Commit 20363749 authored by kenton@google.com's avatar kenton@google.com

Remove comment referring to non-protobuf code.

parent 769ab6ff
...@@ -207,9 +207,7 @@ inline string JoinStrings(const vector<string>& components, ...@@ -207,9 +207,7 @@ inline string JoinStrings(const vector<string>& components,
// hex digits, upper or lower case) to specify a Unicode code // hex digits, upper or lower case) to specify a Unicode code
// point. The dest array will contain the UTF8-encoded version of // point. The dest array will contain the UTF8-encoded version of
// that code-point (e.g., if source contains \u2019, then dest will // that code-point (e.g., if source contains \u2019, then dest will
// contain the three bytes 0xE2, 0x80, and 0x99). For the inverse // contain the three bytes 0xE2, 0x80, and 0x99).
// transformation, use UniLib::UTF8EscapeString
// (util/utf8/unilib.h), not CEscapeString.
// //
// Errors: In the first form of the call, errors are reported with // Errors: In the first form of the call, errors are reported with
// LOG(ERROR). The same is true for the second form of the call if // LOG(ERROR). The same is true for the second form of the call if
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment