On Tue, Aug 09, 2005 at 01:24:52PM -0700, Bill Kendrick wrote:
> On Tue, Aug 09, 2005 at 02:23:12PM +0000, John Popplewell wrote:
> > Restores system locale detection for Windows. --lang=thai now works, still problem with e.g. French and German.
> >
>
> OOC, what's the problem with French & German? (Windows only, I presume?)
>
Yep, Windows only.
It's fixed now, but cvs is/was down for 36 hours so I've not checked the
fix in. gettext wasn't returning UTF-8 strings, adding the following (to
the WIN32 section) in set_current_language() fixed it:
bind_textdomain_codeset("tuxpaint", "UTF-8");
I've tested it for French, German, Greek and Thai.
I'll move the installer along next chance I get,
cheers,
John.
> -bill!
>
>
> -------------------------------------------------------
> 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
> _______________________________________________
> Tuxpaint-devel mailing list
> Tux...@li...
> https://lists.sourceforge.net/lists/listinfo/tuxpaint-devel
>
|