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. ...

CodeSnippets: Windows' command prompt : How to DEFINITELY change default codepage

http://codesnippets.joyent.com/posts/show/414 have u ever tried to get unicode ouput in windows console? You need to change console font to TrueType a and “C:>chcp 65001” i.e. change windows code page. Read the link if you want those changes to be permanent

[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

» Traditional chinese to simplified conversion script preview - Blog Archive - Tiaon Lab

http://www.tiaon.com/wordpress/2007/03/03/traditional-chinese-to-simplified-conversion-script-preview/ reference to php function, that converts Traditional Chinese Unicode -> Simplified Unicode

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