misc/patches/cldr_tools/21_default_repertire.patch
author jenda
Thu, 19 May 2011 11:33:20 +0200
changeset 134 455f05a692fc
parent 130 66e398a2332f
child 139 ab9fb5a8ad9a
permissions -rw-r--r--
7040301 Uncomplete LC_CTYPE information after migration to CLDR 1.9 & Unicode 6.0

repertoire is all assigned unicode characters

diff -ruN cldr_tools.orig//tools/java/org/unicode/cldr/posix/POSIXLocale.java cldr_tools/tools/java/org/unicode/cldr/posix/POSIXLocale.java
--- cldr_tools.orig//tools/java/org/unicode/cldr/posix/POSIXLocale.java	2011-04-15 15:33:44.072439117 +0200
+++ cldr_tools/tools/java/org/unicode/cldr/posix/POSIXLocale.java	2011-04-15 15:37:17.712439014 +0200
@@ -100,6 +100,7 @@
         }
  
         repertoire.add(0x0000,0x007f);        // Always add the ASCII set
+	repertoire.addAll(new UnicodeSet("[^[:Noncharacter_Code_Point:][:Cn:][:Cs:]]"));
         
      }
      else if ( ! codeset.equals("UTF-8") )