-# Copyright (C) 2010, International Business Machines
+# Copyright (C) 2011, International Business Machines
# Corporation and others. All Rights Reserved.
#
# Basic definitions for building ICU Unicode data.
# Sourced from makeprops.sh for example.
-UNICODE_VERSION=6.0
+UNICODE_VERSION=6.1
# Assume that there are parallel src & bld trees with the Unicode tools
# source files and the out-of-source build files.
# Assume that the current folder is some/path/src/unicode
UNIDATA=$ICU_SRC/source/data/unidata
COMMON=$ICU_SRC/source/common
SRC_DATA_IN=$ICU_SRC/source/data/in
-BLD_DATA_FILES=$ICU_BLD/data/out/build/icudt45l
+BLD_DATA_FILES=$ICU_BLD/data/out/build/icudt49l
#!/usr/bin/python2.4
-# Copyright (C) 2010, International Business Machines
+# Copyright (C) 2010-2011, International Business Machines
# Corporation and others. All Rights Reserved.
#
# file name: idna2nrm.py
# we treat these values here like their regular siblings.
(re.compile(r"^([^;]+) ; disallowed_STD3_valid"), r"# \1disallowed_STD3_valid"),
(re.compile(r"; disallowed_STD3_mapped +; "), ">"),
+ # For UTS #46, we do not care about "not valid in IDNA2008".
+ (re.compile(r"; *; NV8 +"), ""),
# Normal transformations.
(re.compile(r"; disallowed"), ">FFFD"),
(re.compile(r"; ignored"), ">"),