From f98dd1a338867a408f7c72d73fbad7fe7fc93e3a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 3 Feb 2016 21:58:02 +0000 Subject: libgo: Update to go1.6rc1. Reviewed-on: https://go-review.googlesource.com/19200 From-SVN: r233110 --- libgo/go/unicode/tables.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgo/go/unicode/tables.go') diff --git a/libgo/go/unicode/tables.go b/libgo/go/unicode/tables.go index 370a9d1..8bb4206 100644 --- a/libgo/go/unicode/tables.go +++ b/libgo/go/unicode/tables.go @@ -53,7 +53,7 @@ var Categories = map[string]*RangeTable{ var _C = &RangeTable{ R16: []Range16{ - {0x0001, 0x001f, 1}, + {0x0000, 0x001f, 1}, {0x007f, 0x009f, 1}, {0x00ad, 0x0600, 1363}, {0x0601, 0x0605, 1}, @@ -81,7 +81,7 @@ var _C = &RangeTable{ var _Cc = &RangeTable{ R16: []Range16{ - {0x0001, 0x001f, 1}, + {0x0000, 0x001f, 1}, {0x007f, 0x009f, 1}, }, LatinOffset: 2, -- cgit v1.1