mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fix to use decompose/precompose mode
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36790 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e0decabf6
commit
b0f1811f56
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ GSICUCollatorOpen(NSStringCompareOptions mask, NSLocale *locale)
|
|||
}
|
||||
|
||||
err = 0;
|
||||
normalizer = unorm2_getInstance(NULL, normalization, UNORM2_COMPOSE, &err);
|
||||
normalizer = unorm2_getInstance(NULL, normalization, mode, &err);
|
||||
if (U_FAILURE(err))
|
||||
{
|
||||
[NSException raise: NSCharacterConversionException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue