Hi, Til,
1. Could you please check if "language change
problem" discovered by yourself exists at
demo2.openca.info
demo installation of ver.0.9.2.5.
2. Also, a part of your patch
+ nl_putenv("LANG=$loc");
+ nl_putenv("LANGUAGE=$loc");
may produce unpredictable results in a case,
when
(setlocale(LC_TIME, $loc));
fails. (Which happens on some Unixes leading to
the conflict between browser language setting and
user language choice from the menu.)
To cooperate with this situation, Julia
has earlier put a constructs similar to the
following:
nl_putenv("LC_MESSAGES=$loc") if
(setlocale(LC_MESSAGES, $loc));
which works only in the case, when
setlocale succeeds.
Regards, Sergei
Obes, Til wrote:
Hi all,
i submited a patch for the language change problem.
As there were many problems reported, i post this
here too.
Regards Til
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users