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

Issue 10085049: go.net/unicode/encoding: new package. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 4 months ago by nigeltao
Modified:
12 years, 3 months ago
Reviewers:
andybalholm, mpvl, rog
Visibility:
Public.

Description

go.text/unicode/{encoding,transform}: new packages.

Patch Set 1 #

Patch Set 2 : diff -r d21c08b2bbd9 https://code.google.com/p/go.text #

Patch Set 3 : diff -r d21c08b2bbd9 https://code.google.com/p/go.text #

Total comments: 7

Patch Set 4 : diff -r d21c08b2bbd9 https://code.google.com/p/go.text #

Total comments: 1

Patch Set 5 : diff -r d21c08b2bbd9 https://code.google.com/p/go.text #

Patch Set 6 : diff -r d21c08b2bbd9 https://code.google.com/p/go.text #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1829 lines, -0 lines) Patch
A unicode/encoding/charmap.go View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
A unicode/encoding/charmap_gen.go View 1 2 3 4 5 1 chunk +98 lines, -0 lines 0 comments Download
A unicode/encoding/charmap_table.go View 1 2 3 1 chunk +110 lines, -0 lines 0 comments Download
A unicode/encoding/encoding.go View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A unicode/transform/testdata/candide-utf-8.txt View 1 2 3 4 5 1 chunk +506 lines, -0 lines 0 comments Download
A unicode/transform/testdata/candide-windows-1252.txt View 1 2 3 4 5 1 chunk +506 lines, -0 lines 0 comments Download
A unicode/transform/transform.go View 1 2 3 1 chunk +188 lines, -0 lines 0 comments Download
A unicode/transform/transform_test.go View 1 2 3 4 5 1 chunk +264 lines, -0 lines 0 comments Download

Messages

Total messages: 4
rog
https://codereview.appspot.com/10085049/diff/5001/unicode/encoding/encoding.go File unicode/encoding/encoding.go (right): https://codereview.appspot.com/10085049/diff/5001/unicode/encoding/encoding.go#newcode39 unicode/encoding/encoding.go:39: // dst should always be large enough to write ...
12 years, 4 months ago (2013-06-07 12:35:27 UTC) #1
andybalholm
https://codereview.appspot.com/10085049/diff/5001/unicode/encoding/encoding.go File unicode/encoding/encoding.go (right): https://codereview.appspot.com/10085049/diff/5001/unicode/encoding/encoding.go#newcode58 unicode/encoding/encoding.go:58: // encoding; the rune returned in this case should ...
12 years, 4 months ago (2013-06-07 17:47:34 UTC) #2
mpvl
some high-level comments only. https://codereview.appspot.com/10085049/diff/5001/unicode/encoding/encoding.go File unicode/encoding/encoding.go (right): https://codereview.appspot.com/10085049/diff/5001/unicode/encoding/encoding.go#newcode42 unicode/encoding/encoding.go:42: // there is not enough ...
12 years, 4 months ago (2013-06-12 15:51:40 UTC) #3
nigeltao
12 years, 3 months ago (2013-07-18 04:15:04 UTC) #4
*** Abandoned ***
Sign in to reply to this message.

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