<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40057 >

William Allen Simpson wrote:
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=40057 >
> 
> Jason Dorje Short wrote:
>> mystrerror is included in support.c.  Two places don't use this but 
>> access strerror directly.  This patch fixes it (for 2.1).
>>
> Yes, but gui-mui isn't used anymore, and gui-sdl has it in its local
> version of iconv.  Does this do the right thing?

mystrerror is provided for portability; strerror presumably does not 
work as intended on windows.  So it is mystrerror that should be used.

If you are asking about encodings, gui-sdl uses the call inside freelog 
which expects the string in the internal encoding (utf-8).

Can we remove gui-mui?

-jason



_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to