![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: passing data structures from java to perlby exussum0 (Vicar) |
on Jul 28, 2010 at 20:04 UTC ( #851785=note: print w/replies, xml ) | Need Help?? |
If you use JSON or XML, be mindful of your character sets. Java IS UTF-16, which covers ASCII. If you're doing it outside of ASCII, be mindful.
XML has character encoding, to its advantage but takes more work to rig up.
In Section
Seekers of Perl Wisdom
|
|