X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftst_icu_I18N.c;h=ef3cdc53ad047685bc19d8717e12c7c49ef2f794;hb=7fb420029552be59a80c8deadb638b4b8780d5d8;hp=23fb1d5a2a61e0e6212dce3e941a74d567b49a29;hpb=362a3c56893f05cb1417cc23e24fc165303486dc;p=yaz-moved-to-github.git diff --git a/test/tst_icu_I18N.c b/test/tst_icu_I18N.c index 23fb1d5..ef3cdc5 100644 --- a/test/tst_icu_I18N.c +++ b/test/tst_icu_I18N.c @@ -313,7 +313,7 @@ int test_icu_normalizer(const char * rules8cstr, struct icu_buf_utf16 * dest16 = icu_buf_utf16_create(0); struct icu_buf_utf8 * dest8 = icu_buf_utf8_create(0); struct icu_transform * transform - = icu_transform_create(rules8cstr, 'f', &status); + = icu_transform_create(rules8cstr, 'f', 0, &status); icu_check_status(status); icu_utf16_from_utf8_cstr(src16, src8cstr, &status);