mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 10:30:47 +00:00
Better error reporting for iconv.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11141 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
52c9e52b5f
commit
f3de24ba1a
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-10-14 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/Unicode.m:
|
||||
In iconv_cstrtoustr() and iconv_ustrtocstr() report if a iconv
|
||||
conversion cannot be found. Also added a type convert to the iconv
|
||||
call, so that the compiler wont report a type mismatch.
|
||||
|
||||
2001-10-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Headers/gnustep/base/NSPathUtilities.h (GSSystemRootDirectory):
|
||||
|
@ -866,7 +873,7 @@ Wed May 2 13:19:13 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
|||
([descriptionWithLocale:indent:to@]) handle unicode strings by using
|
||||
\U escape sequences in output C string.
|
||||
|
||||
2000-04-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
2001-04-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSString.m:
|
||||
Corrected bug in last optimization for the parsing of property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue