# HG changeset patch # User Mychaela Falconia # Date 1605325910 0 # Node ID a2a911a1ff36ebadc29fa77dd377a7f0294a2799 # Parent 63dffa10b00abd01505a2df343505e2752347e7e mmiBlkLangDB.c: non-ASCII char fixes literal non-ASCII characters in strings replaced with C octal escapes diff -r 63dffa10b00a -r a2a911a1ff36 src/ui/bmi/mmiBlkLangDB.c --- a/src/ui/bmi/mmiBlkLangDB.c Sat Nov 14 03:35:49 2020 +0000 +++ b/src/ui/bmi/mmiBlkLangDB.c Sat Nov 14 03:51:50 2020 +0000 @@ -2045,7 +2045,7 @@ { TxtRecentCalls, "kuerzliche Anrufe" }, { TxtNames, "Namen" }, { TxtInterCalls,"Internat.Anrufe" }, - { TxtInterHome, "Ausland, außer Heimatland" /*SPR#2633 - DS - German string modified: "Internat.but Home "*/ }, + { TxtInterHome, "Ausland, au\337er Heimatland" /*SPR#2633 - DS - German string modified: "Internat.but Home "*/ }, { TxtWhenRoaming,"wenn Roaming" }, { TxtCancelAllBars,"Alle Rufsperren loeschen" }, { TxtWaiting, "Warten" }, @@ -2330,7 +2330,7 @@ { TxtBackground, "Hintergrund"}, /* for selecting backgrounds*/ { TxtProviderIcon, "Netzwerk Icon"}, /*AP - 29-01-03 - Add to language table */ { TxtIdleScreen, "Untaetiges Display Bild"}, - { TxtMenuScreen, "Haupt Menü" /*SPR#2633 - DS - German string removed: "Main menu screen"*/ }, + { TxtMenuScreen, "Haupt Men\374" /*SPR#2633 - DS - German string removed: "Main menu screen"*/ }, { TxtBgdSquares, "Rechtecke"}, { TxtBgdO2, "O2"},