Introduce icu_iter_first
[yaz-moved-to-github.git] / include / yaz / icu_I18N.h
2010-02-02 Adam DickmeissIntroduce icu_iter_first
2010-02-01 Adam DickmeissWorking on cloning / thread safety for ICU stuff
2010-02-01 Adam DickmeissICU test refactor. Hide icu_tokenizer struct.
2010-01-14 Adam DickmeissBump copyright year
2009-12-01 Adam DickmeissICU: iterator type
2009-11-30 Adam DickmeissAdd const modifier for two ICU utils
2009-11-30 Adam DickmeissSplit ICU wrapper library into several sources
2009-11-29 Adam DickmeissICU: icu_chain_step_next_token is internal
2009-11-27 Adam DickmeissRemove unused function icu_utf16_from_utf8
2009-03-01 Adam DickmeissNote about icu_I18N.h being unstable
2009-03-01 Adam DickmeissFunction icu_chain_create is now private.
2009-01-20 Adam DickmeissAdded support for rule-based transliterator for ICU...
2009-01-20 Adam DickmeissRename normalize to transform
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-06-03 Adam DickmeissICU parse_error no longer an array.
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2008-01-16 Adam DickmeissUse yaz/xmltypes.h for public Libxml2 headers
2007-11-30 Adam DickmeissChanged return value of function icu_sortkey8_from_utf1...
2007-11-08 Adam DickmeissAllow any locale for icu_chain_create.
2007-11-08 Adam DickmeissAvoid locale member in icu_tokenizer.
2007-11-08 Adam DickmeissFunction icu_casemap_create no longer takes locale...
2007-11-08 Adam DickmeissRefactor ICU WRT locale.
2007-11-08 Adam DickmeissPublic header icu.h, private header icu_I18N.h .
2007-11-08 Adam DickmeissIndent
2007-11-06 Adam DickmeissFor ICU, locale, is a char ptr rather than uint8_t...
2007-10-29 Marc Crommechanged ICU chain to return all tokens, also those...
2007-10-29 Marc Crommerenamed ICU chain functions to the following names...
2007-10-25 Marc Crommeadded special case with an empty ICU chain for 'raw...
2007-10-25 Marc Crommeremoved dead code from ICU files
2007-10-25 Marc Crommeadded sortkey flag to icu_chain constructor
2007-10-24 Marc CrommeIsolated ICU locale out of XML config file. Locale...
2007-10-24 Marc Crommefixed memory violation in ICU chain code, restructuring...
2007-10-22 Adam DickmeissMake ICU stuff compatible with old C comps. YAZ License.
2007-10-22 Adam DickmeissAdded ICU chain component - which used to be part of...