Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1400)

Issue 824043: code review 824043: Unicode: provide an ability to supplement the case-mapp... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years ago by r
Modified:
15 years ago
Reviewers:
CC:
rsc, rsc1, golang-dev, mdakin
Visibility:
Public.

Description

Unicode: provide an ability to supplement the case-mapping tables in character and string case mapping routines. Add a custom mapper for Turkish and Azeri. A more general solution for deriving the case information from Unicode's SpecialCasing.txt will require more work. Fixes issue 703.

Patch Set 1 #

Total comments: 4

Patch Set 2 : code review 824043: Unicode: provide an ability to supplement the case-mapp... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -5 lines) Patch
M src/pkg/strings/strings.go View 1 1 chunk +18 lines, -0 lines 0 comments Download
M src/pkg/strings/strings_test.go View 1 1 chunk +22 lines, -0 lines 0 comments Download
M src/pkg/unicode/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/unicode/casetables.go View 1 chunk +21 lines, -0 lines 0 comments Download
M src/pkg/unicode/letter.go View 1 5 chunks +45 lines, -5 lines 0 comments Download
M src/pkg/unicode/letter_test.go View 1 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: golang-dev@googlegroups.com, mdakin@gmail.com), I'd like you to review this change.
15 years ago (2010-03-31 00:34:21 UTC) #1
rsc1
LGTM (The (r) in BUG(r) is necessary but does not appear in the godoc output.) ...
15 years ago (2010-03-31 00:39:31 UTC) #2
r
15 years ago (2010-03-31 00:51:07 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=477b3015c052 ***

Unicode: provide an ability to supplement the case-mapping tables
in character and string case mapping routines.

Add a custom mapper for Turkish and Azeri.

A more general solution for deriving the case information from Unicode's
SpecialCasing.txt will require more work.

Fixes issue 703.

R=rsc, rsc1
CC=golang-dev, mdakin
http://codereview.appspot.com/824043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b