[PHP-I18N] can't get gettext() to work!

2001-08-01 Thread Colin Viebrock
Okay, here is what I've done: I have a file /www/test.php: I then do: xgettext --keyword=_ -C /www/test.php This makes "messages.po" which looks like: # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy

[PHP-I18N] Question

2001-08-01 Thread Kitya Karlson AKA Nikita Kojekine
How can I get the support for Japanease characters in PHP. I'm using PHP3 version, when I just include some file with japanese characters all is working OK, but if I read it in variable string by string and output them it does not work? Can anyone give me some advise on solution? -- PHP Interna