mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Filesystem change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16565 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
16e25ec2a4
commit
32ae9a0f45
34 changed files with 1712 additions and 2890 deletions
|
@ -481,11 +481,13 @@ GSEncodingFromLocale(const char *clocale)
|
|||
else
|
||||
{
|
||||
/* Look up the locale in our table of encodings */
|
||||
NSBundle *gbundle;
|
||||
NSString *table;
|
||||
|
||||
table = [NSBundle pathForGNUstepResource: @"Locale"
|
||||
ofType: @"encodings"
|
||||
inDirectory: @"Resources/Languages"];
|
||||
gbundle = [NSBundle bundleForLibrary: @"gnustep-base"];
|
||||
table = [gbundle pathForResource: @"Locale"
|
||||
ofType: @"encodings"
|
||||
inDirectory: @"Languages"];
|
||||
if (table != nil)
|
||||
{
|
||||
int count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue