9 Mar
2005
9 Mar
'05
2:14 p.m.
Dieter Maurer wrote:
George Tesseris wrote at 2005-3-7 17:37 +0200:
When I add new property
Name - on English Type - String Value - on Greek (encoding "Unicode('UTF8')")
I get this error message:
Error Type: UnicodeEncodeError Error Value: 'latin-1' codec can't encode characters in position 0-2: ordinal not in range(256)
You are using the wrong encoding -- "latin-1" is not adequate for Greek letters.
Which encoding do you mean? From where can I change it? Thx in advance