From 23ab5750c339de10dd90f696c242fd927afbe9c4 Mon Sep 17 00:00:00 2001 From: smartscripts-nl Date: Wed, 10 Jun 2020 22:37:44 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20missing=20glyphs=20=C3=8F=20and=20=C3=96?= =?UTF-8?q?=20in=20keyboard=20popup=20(#6254)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #6221. --- frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua b/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua index 45361a08f..7833758e3 100644 --- a/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua +++ b/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua @@ -172,7 +172,7 @@ return { }, _I_ = { "I", - north = "Í", + north = "Ï", northeast = "Í", northwest = "Ì", east = "Î", @@ -282,7 +282,7 @@ return { }, _O_ = { "O", - north = "Ó", + north = "Ö", northeast = "Ó", northwest = "Ò", east = "Ô",