diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-11-21 12:29:46 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-11-21 12:29:46 +0000 |
commit | 952d69f85d43b087ce9fa79d3fc6f1c076000bc7 (patch) | |
tree | dd6937a6486e80e1638618308481075efab000ae /Build/source/libs/icu-xetex/common/unorm.cpp | |
parent | 888236cb9df7b7d7b5a3e2d784037a9a59511c53 (diff) |
updated icu-xetex library for XeTeX 0.997
git-svn-id: svn://tug.org/texlive/trunk@5536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu-xetex/common/unorm.cpp')
-rw-r--r-- | Build/source/libs/icu-xetex/common/unorm.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/libs/icu-xetex/common/unorm.cpp b/Build/source/libs/icu-xetex/common/unorm.cpp index ee4e9fc7491..b89c3e1ffc0 100644 --- a/Build/source/libs/icu-xetex/common/unorm.cpp +++ b/Build/source/libs/icu-xetex/common/unorm.cpp @@ -1,6 +1,6 @@ /* ****************************************************************************** -* Copyright (c) 1996-2005, International Business Machines +* Copyright (c) 1996-2006, International Business Machines * Corporation and others. All Rights Reserved. ****************************************************************************** * File unorm.cpp @@ -148,10 +148,10 @@ isNorm32HangulOrJamo(uint32_t norm32) { * Given isNorm32HangulOrJamo(), * is this a Hangul syllable or a Jamo? */ -static inline UBool +/*static inline UBool isHangulJamoNorm32HangulOrJamoL(uint32_t norm32) { return norm32<_NORM_MIN_JAMO_V; -} +}*/ /* * Given norm32 for Jamo V or T, @@ -191,7 +191,7 @@ U_CDECL_END /* unorm_props_data.c is machine-generated by gennorm --csource */ #include "unorm_props_data.c" -static const UBool formatVersion_2_1=TRUE, formatVersion_2_2=TRUE; +static const UBool formatVersion_2_2=TRUE; #else @@ -1622,6 +1622,8 @@ _decompose(UChar *dest, int32_t destCapacity, /* avoid compiler warnings */ norm32=0; c=0; + cc=0; + trailCC=0; if(srcLength>=0) { /* string with length */ |