X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Ficu_I18N.h;h=8bf0de88af9a98c6e465f1c60aaa2dde4edc275c;hb=861508216f18c9e932adf4b421b47bd8e4738327;hp=970d517aebea7342f3ce27263f7828a9b05d63ce;hpb=20d2c2d674de4b78f90de2356537a4ea542aeeac;p=yaz-moved-to-github.git diff --git a/include/yaz/icu_I18N.h b/include/yaz/icu_I18N.h index 970d517..8bf0de8 100644 --- a/include/yaz/icu_I18N.h +++ b/include/yaz/icu_I18N.h @@ -127,7 +127,6 @@ UErrorCode icu_sortkey8_from_utf16(UCollator *coll, struct icu_tokenizer { - char locale[16]; char action; UBreakIterator* bi; struct icu_buf_utf16 * buf16; @@ -225,7 +224,7 @@ void icu_chain_step_destroy(struct icu_chain_step * step); struct icu_chain { - char locale[16]; + char *locale; int sort; const char * src8cstr;