mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
c68e8ffa35
commit
76e2798e23
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…
Reference in a new issue