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
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