Follow-up Comment #3, bug #39900 (project gnustep):

I am no gdb expert, but I normally start it with just the program as argument,
set my breakpoints and then give the arguments to the r command. In this case
something like:

gdb unar
b GSPrivateDefaultCStringEncoding
r arhiva.zip


Which encoding would you expect as the default for your system? I just thought
it might be UTF-8, but it could as well be ISO8859-5 or what ever.

The code in GSPrivateDefaultCStringEncoding() uses nl_langinfo(CODESET) to
detect this. But we could extend this to try ucnv_getDefaultName() frist, as
corebase is doing.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39900>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to