"Rocco" <[EMAIL PROTECTED]> writes: > ok. Before my default encoding was utf_8 but with iso-8859-1 now it > works well.
Just note that you won't be able to use Unicode strings and you'll have to convert everything to ISO-8859-1. And also note that input is expected to be in ISO-8859-1 as well... -- Jorge Godoy <[EMAIL PROTECTED]>

