mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
* Source/Additions/Unicode.m (GetDefEncoding): Replace
NSKoreanEUCEncoding with NSKoreanEUCStringEncoding. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18615 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
64bee5c8bf
commit
bfeac9d7bf
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-02-18 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Source/Additions/Unicode.m (GetDefEncoding): Replace
|
||||
NSKoreanEUCEncoding with NSKoreanEUCStringEncoding.
|
||||
|
||||
2004-02-17 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* Source/Additions/Unicode.m (GetDefEncoding): Use the result of
|
||||
|
|
|
@ -694,7 +694,7 @@ GetDefEncoding()
|
|||
|| strcmp(encoding, "eucKR") == 0 /* HP-UX IRIX OSF/1 NetBSD */
|
||||
|| strcmp(encoding, "IBM-eucKR") == 0 /* AIX */
|
||||
|| strcmp(encoding, "5601") == 0 /* Solaris */)
|
||||
defEnc = NSKoreanEUCEncoding;
|
||||
defEnc = NSKoreanEUCStringEncoding;
|
||||
else
|
||||
#endif
|
||||
defEnc = NSISOLatin1StringEncoding;
|
||||
|
|
Loading…
Reference in a new issue