From: <php...@li...> - 2012-04-24 06:28:11
|
Hi. Please set the java back end to utf 8 (or 16) and save the php file in the same format. Use the java_set_file_encoding() function, if necessary. I think earlier versions contained a bug when getbytes(<enc>) was called. Please check the changelog and NEWS file of your version (part of the source download). However, using the same encoding at both ends should fix it. Regards, Jost Bökemeier |