diff options
author | 2017-08-27 11:07:21 +1000 | |
---|---|---|
committer | 2017-08-27 11:07:21 +1000 | |
commit | ec3caa98bdcab04b0cb90b3cf1c1eb740433dfd6 (patch) | |
tree | 337a198314bc8532025a9a1107430de7aafc1388 /src/lib/util/unicode.cpp | |
parent | d969bebe1a47abe407c3ab280227213856b257bd (diff) |
srcclean (nw)
Diffstat (limited to 'src/lib/util/unicode.cpp')
-rw-r--r-- | src/lib/util/unicode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/unicode.cpp b/src/lib/util/unicode.cpp index ed0f336d275..bd0414a4612 100644 --- a/src/lib/util/unicode.cpp +++ b/src/lib/util/unicode.cpp @@ -470,7 +470,7 @@ std::string normalize_unicode(const char *s, size_t length, unicode_normalizatio //------------------------------------------------- // uchar_toupper - uses utf8proc to convert to -// upper case +// upper case //------------------------------------------------- char32_t uchar_toupper(char32_t ch) @@ -481,7 +481,7 @@ char32_t uchar_toupper(char32_t ch) //------------------------------------------------- // uchar_tolower - uses utf8proc to convert to -// lower case +// lower case //------------------------------------------------- char32_t uchar_tolower(char32_t ch) |