From 2661ed4998e8c5e9fa0a7f58b2d32eeab6544a70 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 13 Mar 2018 07:28:26 -0700 Subject: Changes imported from Abseil "staging" branch: - 586ce24e521973fceb43fd8ea7c9f54eae938762 Remove comments that reference internal code. by Abseil Team GitOrigin-RevId: 586ce24e521973fceb43fd8ea7c9f54eae938762 Change-Id: Ibab556ce20d3cb0022483cb1f027af67e26706f6 --- absl/strings/internal/utf8.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'absl/strings/internal/utf8.h') diff --git a/absl/strings/internal/utf8.h b/absl/strings/internal/utf8.h index 5bd82e8..d2c3c0b 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_ -- cgit v1.2.3