]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/uiter.h
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / uiter.h
index 0cdb8ffbe5c8154ac9d908f605b0eb16ea5bb199..9792095e00092bf5630bb15dcc408bca1f7c5bf0 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 *
@@ -6,7 +8,7 @@
 *
 *******************************************************************************
 *   file name:  uiter.h
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -33,7 +35,7 @@
     class Replaceable;
 
     U_NAMESPACE_END
-#endif
+#endif // U_SHOW_CPLUSPLUS_API
 
 U_CDECL_BEGIN
 
@@ -700,7 +702,7 @@ uiter_setCharacterIterator(UCharIterator *iter, icu::CharacterIterator *charIter
 U_STABLE void U_EXPORT2
 uiter_setReplaceable(UCharIterator *iter, const icu::Replaceable *rep);
 
-#endif
+#endif // U_SHOW_CPLUSPLUS_API
 
 U_CDECL_END