Archive for the 'utf-8' Category

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

Wednesday, February 27th, 2008

encode( “UTF-8″, $possibly_bad_utf8_data );

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