From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <marko@seul.org> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from obelix.spectraweb.ch (obelix.plusnet.ch [194.158.230.8]) by chiba.3jane.net (Postfix) with ESMTP id 7E88DAC531; Sun, 28 Jul 2002 08:42:02 -0500 (CDT) Received: from seul.org (adsl-62-167-182-131.adslplus.ch [62.167.182.131]) by obelix.spectraweb.ch (8.11.2/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id g6SDfln13807; Sun, 28 Jul 2002 15:41:48 +0200 Message-ID: <3D43F4A0.2010104@seul.org> Date: Sun, 28 Jul 2002 15:41:52 +0200 From: Marko Mikulicic <marko@seul.org> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stuart Bouyer <stuart@palette.plala.or.jp> Cc: Stuart Bouyer <stubear@gentoo.org>, gentoo-core@gentoo.org, gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] CJK testing References: <1027862904.2784.3.camel@gentoo-bear> <1027863437.16795.13.camel@gentoo-bear> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help> List-Post: <mailto:gentoo-dev@gentoo.org> List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=subscribe> List-Id: Gentoo Linux developer list <gentoo-dev.gentoo.org> List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe> List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/> X-Archives-Salt: 3ea2750c-348b-465b-9497-b1c7508fc787 X-Archives-Hash: cee1d04bda1110e3581e3d92833ad675 Stuart Bouyer wrote: > Sorry for the stupidity, > > the packages are > > net-mail/mutt-1.4-r2.ebuild > dev-db/postgresql-7.2.1-r2.ebuild I'm already changed the postgresql ebuild like you did and I used "--enable-multibyte" for some time. It works. You ebuild compiles well. The only problem I see is the name "CJK". I use unicode for other languages, for example in order to have in the same database latin1 and latin2. Is difficult to guess for an east-european user that it should use "CJK" for it's language. I would prefer if the use flag should be called in a more general way. (unicode) Marko