1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:21:21 -06:00
go/src/pkg/unicode
Rob Pike 5ea413e2a0 unicode: fix case-mapping for roman numerals!!
Hurray!
Also fix the mystical U+0345 COMBINING GREEK YPOGEGRAMMENI,
so everyone is satisfied.
Also add a -local flag to use local files for faster turnaround
when debugging.

R=rsc
CC=golang-dev
https://golang.org/cl/4825054
2011-07-27 15:54:23 -07:00
..
casetables.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
digit_test.go unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and 2011-06-04 09:28:27 +10:00
digit.go unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and 2011-06-04 09:28:27 +10:00
graphic_test.go unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and 2011-06-04 09:28:27 +10:00
graphic.go unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and 2011-06-04 09:28:27 +10:00
letter_test.go unicode: fix case-mapping for roman numerals!! 2011-07-27 15:54:23 -07:00
letter.go unicode: fix doc comment for Range32 2011-07-24 10:51:19 +10:00
Makefile unicode: add the first few property tests for printing. 2011-06-04 07:46:22 +10:00
maketables.go unicode: fix case-mapping for roman numerals!! 2011-07-27 15:54:23 -07:00
script_test.go unicode: add the first few property tests for printing. 2011-06-04 07:46:22 +10:00
tables.go unicode: fix case-mapping for roman numerals!! 2011-07-27 15:54:23 -07:00