Archive for the 'unicode' Category

Paranoid Engineering: Getting Unicode output in Eclipse Console

Sunday, October 2nd, 2011

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 -> Appe…

Paranoid Engineering: Getting Unicode output in Eclipse Console

Sunday, October 2nd, 2011

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 -> Appe…

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

Thursday, February 26th, 2009

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)

Thursday, March 13th, 2008

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

Sunday, March 2nd, 2008

better URL/URI escape that URI::Escape

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

Wednesday, January 2nd, 2008

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

Monday, October 15th, 2007

98% that YOU HAVE TO READ THIS!

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

Monday, October 15th, 2007

some tips on how to handle UTF8 in perl