[Scummvm-git-logs] scummvm master -> e0d1854c013aadfceced73836dc5887b37bfa3c0

eriktorbjorn eriktorbjorn at telia.com
Mon Jul 12 14:40:04 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e0d1854c01 COMMON: Fix encoding of the string "Norwegian Bokmål"


Commit: e0d1854c013aadfceced73836dc5887b37bfa3c0
    https://github.com/scummvm/scummvm/commit/e0d1854c013aadfceced73836dc5887b37bfa3c0
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-07-12T16:39:03+02:00

Commit Message:
COMMON: Fix encoding of the string "Norwegian Bokmål"

Changed paths:
    common/language.cpp


diff --git a/common/language.cpp b/common/language.cpp
index da46152ea4..a5fd39760d 100644
--- a/common/language.cpp
+++ b/common/language.cpp
@@ -49,7 +49,7 @@ const LanguageDescription g_languages[] = {
 	{    "jp", "ja_JP", "Japanese", JA_JPN },
 	{    "kr", "ko_KR", "Korean", KO_KOR },
 	{    "lv", "lv_LV", "Latvian", LV_LAT },
-	{    "nb", "nb_NO", "Norwegian Bokm\xE5l", NB_NOR },
+	{    "nb", "nb_NO", "Norwegian Bokm\xC3\xA5l", NB_NOR },
 	{    "fa", "fa_IR", "Persian", FA_IRN },
 	{    "pl", "pl_PL", "Polish", PL_POL },
 	{    "br", "pt_BR", "Portuguese (Brazil)", PT_BRA },




More information about the Scummvm-git-logs mailing list