Sign in
go
/
go
/
97124af99a9a0f0ec1b3453c67c8af474aabd660
/
src
/
unicode
/
letter_test.go
55ef67f
unicode: change SimpleFold to handle invalid runes
by Russ Cox
· 8 years ago
94f49fd
unicode: panic if given rune is negative in SimpleFold
by Hiroshi Ioka
· 8 years ago
a2a4db7
unicode: upgrade to version 9.0.0
by Marcel van Lohuizen
· 9 years ago
fe15da6
unicode: upgrade to 8.0.0
by Marcel van Lohuizen
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/unicode/letter_test.go]
79b3daa
unicode: minor cleanup
by Rui Ueyama
· 11 years ago
465b9c3
gofmt: apply gofmt -w src misc
by Robert Griesemer
· 12 years ago
4591cd6
unicode: performance improvements (API change)
by Russ Cox
· 12 years ago
7630a10
unicode, utf8, utf16: use rune
by Russ Cox
· 13 years ago
5ea413e
unicode: fix case-mapping for roman numerals!!
by Rob Pike
· 14 years ago
fc77e82
unicode: add case folding tables
by Russ Cox
· 14 years ago
7a92287
unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and
by Rob Pike
· 14 years ago
8d64e73
unicode: add the first few property tests for printing.
by Rob Pike
· 14 years ago
fc52d70
unicode: update to unicode 6.0.0
by Rob Pike
· 14 years ago
3478891
gofmt -s -w src misc
by Robert Griesemer
· 14 years ago
1959c3a
tests: fix prints
by Rob Pike
· 14 years ago
4e2b7f8
Unicode: provide an ability to supplement the case-mapping tables
by Rob Pike
· 15 years ago
45ca9f7
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
3bb0032
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
841c18a
gofmt-ify unicode
by Robert Griesemer
· 15 years ago
9154943
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8
by Russ Cox
· 15 years ago
ca6a0fe
more "declared and not used".
by Russ Cox
· 16 years ago
932def9
test that ASCII optimizations agree with the unicode tables
by Rob Pike
· 16 years ago
f9e4f39
IsSpace
by Rob Pike
· 16 years ago
149e3d3
rearrange some constants. unicode package now defines MaxRune and ReplacementChar.
by Rob Pike
· 16 years ago
3c098e2
add the Upper/Lower sequence optimization.
by Rob Pike
· 16 years ago
22c2b47
first cut at case mapping tables and library.
by Rob Pike
· 16 years ago
396b47b
generate the unicode tables directly from web database
by Rob Pike
· 16 years ago
b04ac10
convert non-low-level non-google pkg code to whole-package compilation.
by Russ Cox
· 16 years ago
a50cbf6
style police: parens in if, for, switch, range
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/unicode/letter_test.go]
be2edb5
Automated g4 rollback of changelist 25024, plus significant hand editing.
by Russ Cox
· 16 years ago
9f8f2e6
convert composite literals from { } to ( ).
by Russ Cox
· 16 years ago
839a684
delete export
by Russ Cox
· 16 years ago
5ea8ac7
add unicode library stub with just IsUpper and IsLetter.
by Russ Cox
· 16 years ago