Archive for the 'utf8' 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…

[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

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

Wednesday, February 27th, 2008

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

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