inline  

Passing chinese characters from perl to java code, through inline::java

perl
Wed, 21 May 2008 07:10:23 -0700

Hi


I accept chinese characters from my perl code and then pass it onto a
piece of java code. At this point in java the character string seems
to be changed, perhaps it is encoded into UTF-16? from perl
UTF-8?...Is there any way to pass on the exact literal string to the
java code from the perl side?

  • Passing chinese characters from perl to java code, through inline::java perl