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

Issue 178043: code review 178043: generate replacement rune when asked to encode a negati... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 3 months ago by r
Modified:
15 years, 3 months ago
Reviewers:
CC:
rsc
Visibility:
Public.

Description

generate replacement rune when asked to encode a negative rune value. Fixes issue 425.

Patch Set 1 #

Patch Set 2 : code review 178043: generate replacement rune when asked to encode a negati... #

Total comments: 1

Patch Set 3 : code review 178043: generate replacement rune when asked to encode a negati... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -9 lines) Patch
M src/pkg/utf8/utf8.go View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/utf8/utf8_test.go View 1 5 chunks +21 lines, -9 lines 0 comments Download

Messages

Total messages: 3
r
Hello rsc, I'd like you to review the following change.
15 years, 3 months ago (2009-12-14 21:53:28 UTC) #1
rsc
LGTM http://codereview.appspot.com/178043/diff/7/1001 File src/pkg/utf8/utf8.go (right): http://codereview.appspot.com/178043/diff/7/1001#newcode232 src/pkg/utf8/utf8.go:232: return EncodeRune(RuneError, p) rune = RuneError is what ...
15 years, 3 months ago (2009-12-14 22:14:16 UTC) #2
r
15 years, 3 months ago (2009-12-14 22:19:57 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=d33255fb9446 ***

generate replacement rune when asked to encode a negative rune value.
Fixes issue 425.

R=rsc
http://codereview.appspot.com/178043
Sign in to reply to this message.

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