<div dir="ltr">Hi,<br><br>The third option is to make `setLocale LC_MESSAGES` do nothing. I believe, it's perfectly acceptable in this case and is much better than making it an error.<div><br></div><div>Regards,</div><div>Alexey</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-01 21:45 GMT+02:00 Sven Bartscher <span dir="ltr"><<a href="mailto:sven.bartscher@weltraumschlangen.de" target="_blank">sven.bartscher@weltraumschlangen.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings,<br>
<br>
A while ago I took over the packages setlocale.<br>
I now would like to make it portable to windows, but came across the<br>
problem that LC_MESSAGES isn't defined on mingw.<br>
I thought about these options, for solving this:<br>
 - Not defining LC_MESSAGES, which would mean, every package using<br>
   LC_MESSAGES wouldn't be portable to windows.<br>
 - Defining LC_MESSAGES as some an error, which would basically have<br>
   the same problem as above.<br>
<br>
I don't like either of these solutions, but don't know any better.<br>
I would be happy about suggestions.<br>
<br>
Regards<br>
<span class="HOEnZb"><font color="#888888">Sven<br>
</font></span><br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>