]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/ucln_in.cpp
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / ucln_in.cpp
index 431d43161e760c860e7c0f9f32f8e1a938073086..f29cbe41dde05f5db954d4bd3f8f600d9fbc0a6d 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:  ucln_in.cpp
-*   encoding:   US-ASCII
+*   encoding:   UTF-8
 *   tab size:   8 (not used)
 *   indentation:4
 *
@@ -28,7 +30,7 @@ static const char copyright[] = U_COPYRIGHT_STRING;
 
 static cleanupFunc *gCleanupFunctions[UCLN_I18N_COUNT];
 
-static UBool i18n_cleanup(void)
+static UBool U_CALLCONV i18n_cleanup(void)
 {
     int32_t libType = UCLN_I18N_START;
     (void)copyright;   /* Suppress unused variable warning with clang. */