aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/third_party/abseil-cpp/absl/strings/internal/utf8.h
diff options
context:
space:
mode:
authorGravatar Marek Gilbert <mcg@google.com>2018-04-15 16:47:04 -0700
committerGravatar Marek Gilbert <mcg@google.com>2018-04-15 16:47:04 -0700
commitfdaf3cfa3c19c26b6764e78202877035011f8e81 (patch)
tree58b0a2f221932dbcb6b759b898863cc888ca825a /Firestore/third_party/abseil-cpp/absl/strings/internal/utf8.h
parent5368c9e22f9a6b427466e9422645d688953013c0 (diff)
parentdfb5c04cf87fdff3c7fc16f9de3a2e8e1f4df265 (diff)
Merge branch 'abseil-update' into abseil-merge
Diffstat (limited to 'Firestore/third_party/abseil-cpp/absl/strings/internal/utf8.h')
-rw-r--r--Firestore/third_party/abseil-cpp/absl/strings/internal/utf8.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Firestore/third_party/abseil-cpp/absl/strings/internal/utf8.h b/Firestore/third_party/abseil-cpp/absl/strings/internal/utf8.h
index 5bd82e8..d2c3c0b 100644
--- a/Firestore/third_party/abseil-cpp/absl/strings/internal/utf8.h
+++ b/Firestore/third_party/abseil-cpp/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_