From 05b83928124852e3111e7573c99264945db1d1d6 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Wed, 27 Sep 2023 09:52:53 +0200 Subject: [PATCH] Fix chinese unicode character map, thanks Eric --- sources/qetproject.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/qetproject.cpp b/sources/qetproject.cpp index 7c0a948b9..9f54a55a4 100644 --- a/sources/qetproject.cpp +++ b/sources/qetproject.cpp @@ -1850,10 +1850,10 @@ NamesList QETProject::namesListForIntegrationCategory() 0x8981, 0x7D20}; const QChar chinese_data[4] ={ - 0x8FDB, - 0x53E3, - 0x5546, - 0x54C1}; + 0x5BFC, + 0x5165, + 0x5143, + 0x4EF6}; names.addName("fr", "Éléments importés"); names.addName("en", "Imported elements"); names.addName("de", "Importierte elemente");