Subject Re: [firebird-python] Re: Firebird and Django’ s WordPress alternative : Mezzanine
Author Pavel Cisar
Hi,

Dne 19.12.2012 16:38, mariuz napsal(a):
>> connection charset is left as it is : NONE
>>
>> locale.getpreferredencoding()
>> 'UTF-8'
> even if i force it in the config
> "OPTIONS" : {'charset':'UTF-8'}
>
> i get the same exception
> and print self.__python_charset is UTF-8

I see. The charset in options should be "UTF8", NOT "UTF-8". UTF-8
doesn't exists, only UTF8 does. And it's correctly translated to "utf_8"
Python charset.

regards
Pavel Cisar
IBPhoenix