Page 1 of 1

Accentuated characters aren't correctly displayed

Posted: Tue 01 Mar 2016 09:24
by swierzbicki
Hello,

I'm getting an malformed string text on authentication failure :

Code: Select all

authentification par mot de passe <?>chou<?>e pour l'utilisateur <?> USER <?>
should be

Code: Select all

authentification par mot de passe échouée pour l'utilisateur 'USER'
ps : <?> is represented as single char (black diamond with an ? inside it)

Re: Accentuated characters aren't correctly displayed

Posted: Fri 04 Mar 2016 11:36
by AlexP
Hello,

Please specify your database encoding.

Re: Accentuated characters aren't correctly displayed

Posted: Tue 08 Mar 2016 09:13
by swierzbicki
DB is create with these parameters

Code: Select all

       ENCODING = 'UTF8'
       TABLESPACE = pg_default
       LC_COLLATE = 'French_France.1252'
       LC_CTYPE = 'French_France.1252' 
UniConnection specifics options are set to

Code: Select all

    'PostgreSQL.Charset=WIN1252'
    'PostgreSQL.UseUnicode=True'

Re: Accentuated characters aren't correctly displayed

Posted: Fri 18 Mar 2016 11:42
by azyk
The further issue discussion is available at http://forums.devart.com/viewtopic.php?f=28&t=33297

Re: Accentuated characters aren't correctly displayed

Posted: Wed 23 Mar 2016 12:36
by AlexP
We have added an option MesasgeCharset, that will be responsible for messages and errors encoding. This option will be added in the next version.