X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficu_transform.c;h=e8d20129b92addaa0989689cd57e0cfd7512b136;hp=4e3036dba25d001e54442ad0055a767e40c86516;hb=fcdccb3e9a757d41e1bdf6c18c2b3bdb2314ca3f;hpb=399eedc05492646adc53a92193652aeae44deb1d diff --git a/src/icu_transform.c b/src/icu_transform.c index 4e3036d..e8d2012 100644 --- a/src/icu_transform.c +++ b/src/icu_transform.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ @@ -60,10 +60,8 @@ struct icu_transform * icu_transform_create(const char *id, char action, transform->trans = 0; if (id) - { icu_utf16_from_utf8_cstr(id16, id, status); - id16->utf16[id16->utf16_len] = 0; - } + if (rules) icu_utf16_from_utf8_cstr(rules16, rules, status);