]> Cypherpunks repositories - gostls13.git/commitdiff
lib9/utf: bring C environment up to Unicode 6.3.0
authorRob Pike <r@golang.org>
Wed, 26 Feb 2014 01:49:32 +0000 (17:49 -0800)
committerRob Pike <r@golang.org>
Wed, 26 Feb 2014 01:49:32 +0000 (17:49 -0800)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/68820043

src/lib9/utf/Makefile
src/lib9/utf/runetype.c
src/lib9/utf/runetypebody-6.3.0.h [moved from src/lib9/utf/runetypebody-6.2.0.h with 99% similarity]

index 5c9cdf0513237a6075b1b60e78578fe2c850f17d..fe6f6351a9c3ab6781b29b420f3b1b0793a980cd 100644 (file)
@@ -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
index b3634965ff82f303e80391df7f4c5b8252e60f1a..ed775af08f54c9e54ce6e30918982a7e6009da28 100644 (file)
@@ -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"
similarity index 99%
rename from src/lib9/utf/runetypebody-6.2.0.h
rename to src/lib9/utf/runetypebody-6.3.0.h
index a603af0dfd5039603206764bb008e9a96cc8a3a9..5554dca36d8c8c281c9d75418cf9fe5bddc5074b 100644 (file)
@@ -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,