http://qs321.pair.com?node_id=851785


in reply to passing data structures from java to perl

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.