in reply to Re^2: Encodings problem
in thread Encodings problem
Also, I realize you're greek and english isn't your native language, but PLEASE try to spell at least the simple words like "this", "to" and "don't" correctly. A spelling error here or there isn't a problem but this is just very annoying to read.
Now, one important tip: almost all the time you do not want to use Encode::from_to. You'll want to use Encode::encode (from utf8 to some other encoding) and Encode::decode (from some encoding to utf8). see the docs.
|
|---|