X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ficu_I18N.h;h=6dc7096e1a9bcc0d241aec8d4b03308e55bad00c;hb=9db4948e44f10878fbea15a35cfe82fb853177ec;hp=299058dd336f0984bcc674fcb9bcdcab3fa4a9b0;hpb=60cff803c9deff906722a16ad1a41ece0cbd3163;p=pazpar2-moved-to-github.git diff --git a/src/icu_I18N.h b/src/icu_I18N.h index 299058d..6dc7096 100644 --- a/src/icu_I18N.h +++ b/src/icu_I18N.h @@ -1,4 +1,4 @@ -/* $Id: icu_I18N.h,v 1.3 2007-05-01 13:16:09 marc Exp $ +/* $Id: icu_I18N.h,v 1.4 2007-05-02 14:01:36 marc Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -42,8 +42,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA struct icu_termmap { - size_t sort_len; // needed, because - char * sort_key; // no guarantee on '\0' termination ??? + char * sort_key; // standard C string '\0' terminated char * norm_term; // standard C utf-8 string char * disp_term; // standard C utf-8 string };