in reply to Re^4: passing data structures from java to perl
in thread passing data structures from java to perl
It's the same thing like binmode. You're affecting the data as the IO occurs to get into our out of memory. See...
http://www.docjar.com/docs/api/java/nio/charset/UnmappableCharacterException.html
I've run into this exact problem using the XML feeds for perlmonks while working in java.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: passing data structures from java to perl
by almut (Canon) on Jul 28, 2010 at 23:37 UTC | |
| |
|
Re^6: passing data structures from java to perl
by Anonymous Monk on Jul 29, 2010 at 03:38 UTC |