Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5337 - multibyte support(postgresql-7.2.1-r1.ebuild)
Summary: multibyte support(postgresql-7.2.1-r1.ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Stuart Bouyer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-21 09:32 UTC by Masatomo Nakano (RETIRED)
Modified: 2007-09-22 22:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masatomo Nakano (RETIRED) gentoo-dev 2002-07-21 09:32:43 UTC
Please add this configuration.

if [ "`use cjk`" ]
then
    myconf="$myconf --enable-multibyte"
fi
Comment 1 Stuart Bouyer (RETIRED) gentoo-dev 2002-07-24 12:09:51 UTC
postgresql-7.2.1-r2.ebuild is asked for testing.

Can you let me know if this works for so I can unmask it?
Compiles fine here, but I'm not a postgresql guy, so I haven't tested fully yet.
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2002-07-27 01:01:58 UTC
Thank you.

I tested this.
It is OK.
I can use multibyte(Japanese Character).
Comment 3 Stuart Bouyer (RETIRED) gentoo-dev 2002-07-30 20:23:22 UTC
Changed the flag from CJK to NLS after it was pointed to me on gentoo-dev that
postgresql uses --enable-multibyte to enable unicode and latin1 etc as well as
CJK with this flag.

Hopefully, this wont affect you too much

Stuart
Comment 4 Stuart Bouyer (RETIRED) gentoo-dev 2002-07-31 20:25:49 UTC
no complaint about the new flag setup, so It must work.

released to the wild