This is a discussion on patch of Encoding problem within the Pgsql Patches forums, part of the PostgreSQL category; --> Hi. I think this problem to be complex.... http://archives.postgresql.org/pgsql...1/msg00042.php FormatMessage of windows cannot consider the encoding of the database. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi. I think this problem to be complex.... http://archives.postgresql.org/pgsql...1/msg00042.php FormatMessage of windows cannot consider the encoding of the database. However, I should try the solution now. It is necessary to clear the problem. Multi character-code exists together in message and log. It doesn't consider the data base encoding that the user intended.... The user in multi-byte country can try this. http://inet.winpg.jp/~saito/pg_bug/MessageCheck.c That is, it is likely to become it in this manner.(Japanese) http://inet.winpg.jp/~saito/pg_bug/FormatMessage998.png Therefore, I hope for treatment that replaces these messages with English that is neutrality. Regards, Hiroshi Saito ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| Sorry I missed this for 8.2.0. Applied to 8.2.X and CVS HEAD. --------------------------------------------------------------------------- Hiroshi Saito wrote: > Hi. > > I think this problem to be complex.... > http://archives.postgresql.org/pgsql...1/msg00042.php > > FormatMessage of windows cannot consider the encoding of the database. > However, I should try the solution now. It is necessary to clear the problem. > > Multi character-code exists together in message and log. It doesn't consider > the data base encoding that the user intended.... > > The user in multi-byte country can try this. > http://inet.winpg.jp/~saito/pg_bug/MessageCheck.c > > That is, it is likely to become it in this manner.(Japanese) > http://inet.winpg.jp/~saito/pg_bug/FormatMessage998.png > > Therefore, I hope for treatment that replaces these messages with English > that is neutrality. > > Regards, > Hiroshi Saito [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly -- Bruce Momjian bruce@momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |