Tino Didriksen <[email protected]> writes: > On 8 March 2015 at 19:06, Tino Didriksen > <[email protected]> wrote: > > > Unfortunately, the Windows builds require input/output in > ISO-8859-1, which makes e.g. kaz-tat unusable. However, this can > be fixed by using the non-wide I/O functions, and I have a > functional prototype for doing so. > > That fix is now committed to lttoolbox, yielding e.g.: > https://dl.dropboxusercontent.com/u/62647212/simpleton-kaz-tat.png
That's pretty cool! Did you test if the locale fix works on mac's as well, without further changes? This might fix http://sourceforge.net/p/apertium/tickets/28/ and perhaps remove the need for ugliness like #if defined __clang__ locale::global(locale("")); // global(locale("")) is non-broken in clang #elif defined __APPLE__ LtLocale::tryToSetLocale(); // global(locale("")) is broken in libstc++ on Mac's #else locale::global(locale("")); #endif -- Kevin Brubeck Unhammer GPG: 0x766AC60C
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
