mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
more removal of deprecated function calls
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23263 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2718157417
commit
3c1a4c536f
2 changed files with 18 additions and 20 deletions
|
@ -4177,7 +4177,8 @@ NSAssert(_flags.free == 1 && _zone != 0, NSInternalInconsistencyException);
|
|||
encoding: internalEncoding];
|
||||
}
|
||||
u = [aString characterAtIndex: l];
|
||||
GSFromUnicode(&dst, &size, &u, 1, internalEncoding, 0, 0);
|
||||
GSFromUnicode(&dst, &size, &u, 1,
|
||||
internalEncoding, 0, GSUniStrict);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -4247,7 +4248,7 @@ NSAssert(_flags.free == 1 && _zone != 0, NSInternalInconsistencyException);
|
|||
}
|
||||
u = [aString characterAtIndex: l];
|
||||
d = _contents.c + l;
|
||||
GSFromUnicode(&d, &s, &u, 1, internalEncoding, 0, 0);
|
||||
GSFromUnicode(&d, &s, &u, 1, internalEncoding, 0, GSUniStrict);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue