summaryrefslogtreecommitdiff
path: root/src/lib9
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-02-25 17:49:32 -0800
committerRob Pike <r@golang.org>2014-02-25 17:49:32 -0800
commitdf6018282ae120c17d33515d2a64dc7757af2ba3 (patch)
treed037b96c132332a88b7cb6a4cdf927cbef2fe16a /src/lib9
parent63ba52f10d673c059b7adb2eb02249b0714c3472 (diff)
downloadgo-df6018282ae120c17d33515d2a64dc7757af2ba3.tar.gz
lib9/utf: bring C environment up to Unicode 6.3.0
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/68820043
Diffstat (limited to 'src/lib9')
-rw-r--r--src/lib9/utf/Makefile4
-rw-r--r--src/lib9/utf/runetype.c2
-rw-r--r--src/lib9/utf/runetypebody-6.3.0.h (renamed from src/lib9/utf/runetypebody-6.2.0.h)3
3 files changed, 4 insertions, 5 deletions
diff --git a/src/lib9/utf/Makefile b/src/lib9/utf/Makefile
index 5c9cdf051..fe6f6351a 100644
--- a/src/lib9/utf/Makefile
+++ b/src/lib9/utf/Makefile
@@ -21,10 +21,10 @@ runetypebody-%.h: mkrunetype UnicodeData-%.txt
CLEANFILES+=UnicodeData.txt
-UNICODE_VERSION=6.2.0
+UNICODE_VERSION=6.3.0
test: mkrunetype UnicodeData-$(UNICODE_VERSION).txt
mkrunetype -c UnicodeData-$(UNICODE_VERSION).txt
clean:
- rm -f UnicodeData.txt mkrunetype \ No newline at end of file
+ rm -f UnicodeData.txt mkrunetype
diff --git a/src/lib9/utf/runetype.c b/src/lib9/utf/runetype.c
index b3634965f..ed775af08 100644
--- a/src/lib9/utf/runetype.c
+++ b/src/lib9/utf/runetype.c
@@ -35,4 +35,4 @@ rbsearch(Rune c, Rune *t, int n, int ne)
return 0;
}
-#include "runetypebody-6.2.0.h"
+#include "runetypebody-6.3.0.h"
diff --git a/src/lib9/utf/runetypebody-6.2.0.h b/src/lib9/utf/runetypebody-6.3.0.h
index a603af0df..5554dca36 100644
--- a/src/lib9/utf/runetypebody-6.2.0.h
+++ b/src/lib9/utf/runetypebody-6.3.0.h
@@ -1,4 +1,4 @@
-/* generated automatically by mkrunetype.c from UnicodeData-6.2.0.txt */
+/* generated automatically by mkrunetype.c from UnicodeData-6.3.0.txt */
static Rune __isspacer[] = {
0x0009, 0x000d,
@@ -6,7 +6,6 @@ static Rune __isspacer[] = {
0x0085, 0x0085,
0x00a0, 0x00a0,
0x1680, 0x1680,
- 0x180e, 0x180e,
0x2000, 0x200a,
0x2028, 0x2029,
0x202f, 0x202f,