*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2000-09-12 23:16:45 +00:00
parent 1d7e5b8c5d
commit a0d6825556

View file

@ -1,3 +1,22 @@
2000-09-13 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/base/Unicode.h:
Make function encode_ustrtostr public
* Headers/gnustep/base/NSString.h:
Added extra encodings. Added missing methods
* Source/NSString.m:
Added basic implementation for missing methods
[stringWithUTF8String:], [initWithUTF8String:], [UTF8String],
[stringWithContentsOfURL:], [initWithContentsOfURL:],
[writeToURL:atomically:], [localizedCaseInsensitiveCompare:],
[localizedCompare:], [compare:options:range:locale:]
* Source/NSGCString.m:
[getCharacters:] and [getCharacters:range:] use higher level
methods for conversion.
* Source/Unicode.m:
Added conversion with iconv, this needs HAVE_ICONV.
Made normal conversions faster by unrolling the case switch.
2000-09-12 Richard Frith-Macdonald <rfm@gnu.org>
* Makefile.postamble (header-links): Restore functionality on unix