Paranoid Engineering: Getting Unicode output in Eclipse Console

http://paranoid-engineering.blogspot.com/2008/05/getting-unicode-output-in-eclipse.html 1. add -Dfile.encoding=UTF-8 to your eclipse.ini 2. make sure your Eclipse Console font supports Unicode. You can try it out by typing unicode characters directly to console with keyboard. Console Font is set in Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Debug -> Console Font 3. if you are NOT using Windows, set your system encoding to UTF-8. You should now see Unicode characters in Console after restarting Eclipse. ...

Paranoid Engineering: Getting Unicode output in Eclipse Console

http://paranoid-engineering.blogspot.com/2008/05/getting-unicode-output-in-eclipse.html 1. add -Dfile.encoding=UTF-8 to your eclipse.ini 2. make sure your Eclipse Console font supports Unicode. You can try it out by typing unicode characters directly to console with keyboard. Console Font is set in Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Debug -> Console Font 3. if you are NOT using Windows, set your system encoding to UTF-8. You should now see Unicode characters in Console after restarting Eclipse. ...

[convert UTF-16 to UTF-8 with perl] (Re: UTF-16 an utf8 encode: msg#00014)

http://osdir.com/ml/lang.perl.xml/2005-03/msg00014.html reading in a UTF-16 encoded file and writing it out as a utf8 encoded

URI::Escape::JavaScript - A perl implementation of JavaScript's escape() and unescape() functions - search.cpan.org

http://search.cpan.org/~taniguchi/URI-Escape-JavaScript-0.02/lib/URI/Escape/JavaScript.pm better URL/URI escape that URI::Escape

Perl and Postgresql: Invalid byte sequence for encoding "UTF8"

http://www.perlmonks.org/?node_id=591180 encode( “UTF-8”, $possibly_bad_utf8_data );

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) - Joel on Software

http://www.joelonsoftware.com/articles/Unicode.html 98% that YOU HAVE TO READ THIS!

Unicode-processing issues in Perl and how to cope with it (ahinea.com)

http://ahinea.com/en/tech/perl-unicode-struggle.html some tips on how to handle UTF8 in perl