mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
More encoding tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9565 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5b98e2b7aa
commit
9c4aa92591
4 changed files with 81 additions and 65 deletions
|
@ -226,6 +226,8 @@ setup()
|
|||
|
||||
if (beenHere == NO)
|
||||
{
|
||||
extern NSStringEncoding GetDefEncoding();
|
||||
|
||||
beenHere = YES;
|
||||
|
||||
/*
|
||||
|
@ -262,7 +264,7 @@ setup()
|
|||
/*
|
||||
* Cache the default string encoding.
|
||||
*/
|
||||
defEnc = [NSString defaultCStringEncoding];
|
||||
defEnc = GetDefEncoding();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue