Skip to content

Commit 99d51ae

Browse files
svm 8301971: Make JDK source code UTF-8.
1 parent 6117099 commit 99d51ae

File tree

1 file changed

+3
-3
lines changed
  • substratevm/src/com.oracle.svm.native.libchelper/src

1 file changed

+3
-3
lines changed

substratevm/src/com.oracle.svm.native.libchelper/src/locale_str.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static char *locale_aliases[] = {
8787
"zh", "zh_CN",
8888
#ifdef __linux__
8989
"bokmal", "nb_NO",
90-
"bokm\xE5l", "nb_NO",
90+
"bokmål", "nb_NO",
9191
"catalan", "ca_ES",
9292
"croatian", "hr_HR",
9393
"czech", "cs_CZ",
@@ -98,7 +98,7 @@ static char *locale_aliases[] = {
9898
"eesti", "et_EE",
9999
"estonian", "et_EE",
100100
"finnish", "fi_FI",
101-
"fran\xE7\x61is", "fr_FR",
101+
"français", "fr_FR",
102102
"french", "fr_FR",
103103
"galego", "gl_ES",
104104
"galician", "gl_ES",
@@ -162,7 +162,7 @@ static char *language_names[] = {
162162
"deutsch", "de",
163163
"dutch", "nl",
164164
"finnish", "fi",
165-
"fran\xE7\x61is", "fr",
165+
"français", "fr",
166166
"french", "fr",
167167
"german", "de",
168168
"greek", "el",

0 commit comments

Comments
 (0)