diff options
author | Abseil Team <absl-team@google.com> | 2018-03-13 07:28:26 -0700 |
---|---|---|
committer | Alex Strelnikov <strel@google.com> | 2018-03-13 14:59:16 -0400 |
commit | 2661ed4998e8c5e9fa0a7f58b2d32eeab6544a70 (patch) | |
tree | 9e53bb9a888a34f08b67ec31674ebd593805ea62 /absl | |
parent | 23ef7e11277a7a7709b70c362eea6b17cb932b34 (diff) |
Changes imported from Abseil "staging" branch:
- 586ce24e521973fceb43fd8ea7c9f54eae938762 Remove comments that reference internal code. by Abseil Team <absl-team@google.com>
GitOrigin-RevId: 586ce24e521973fceb43fd8ea7c9f54eae938762
Change-Id: Ibab556ce20d3cb0022483cb1f027af67e26706f6
Diffstat (limited to 'absl')
-rw-r--r-- | absl/strings/internal/utf8.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/absl/strings/internal/utf8.h b/absl/strings/internal/utf8.h index 5bd82e84..d2c3c0b0 100644 --- a/absl/strings/internal/utf8.h +++ b/absl/strings/internal/utf8.h @@ -14,10 +14,6 @@ // // UTF8 utilities, implemented to reduce dependencies. // -// If you need Unicode specific processing (for example being aware of -// Unicode character boundaries, or knowledge of Unicode casing rules, -// or various forms of equivalence and normalization), take a look at -// files in i18n/utf8. #ifndef ABSL_STRINGS_INTERNAL_UTF8_H_ #define ABSL_STRINGS_INTERNAL_UTF8_H_ |