|
From: | Fred Kiefer |
Subject: | [bug #39900] unar: Uncaught exception NSCharacterConversionException, reason: Can't get cString from Unicode string. |
Date: | Fri, 30 Aug 2013 20:18:09 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 |
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/
[Prev in Thread] | Current Thread | [Next in Thread] |