Johnny,
Not exactly.

File src/common/lib/functions/initServer says:

    %supportedLanguages = (
      C  => { LANG => 'C', CHARSET => 'iso-8859-1'},
      de => { LANG => 'de_DE', CHARSET => 'iso-8859-1'},
      el => { LANG => 'el_GR', CHARSET => 'iso-8859-7'},
      en => { LANG => 'en_GB', CHARSET => 'utf-8'},
      es => { LANG => 'es_ES', CHARSET => 'iso-8859-1'},
      fr => { LANG => 'fr_FR', CHARSET => 'iso-8859-1'},
      it => { LANG => 'it_IT', CHARSET => 'iso-8859-1'},
      pl => { LANG => 'pl_PL', CHARSET => 'iso-8859-2'},
      sl => { LANG => 'sl_SI', CHARSET => 'utf-8'},
      ja => { LANG => 'ja_JP', CHARSET => 'EUC-JP'},
      ru => { LANG => 'ru_RU', CHARSET => 'utf-8'}
    );

which maybe means that you have to use "utf-8" for 
default_charset instead.

Regards, Sergei

At 21:01 11.08.2005, you wrote:
>Hello Sergei,
>
>I didn't decide to ignore your message, maybe I read
>it too fast to have my environment ready as soon as
>posible :-(.
>
>so If I use these values:
>
>        <option>
>            <name>default_language</name>
>            <value>en_GB</value>
>        </option>
>        <option>
>            <name>default_charset</name>
>            <value>UTF8</value>
>        </option>
>
>It should work?





-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to