Correct misplaced non-alphabetic symbol in wubi-jidian table (Resolves: https://github.com/definite/ibus-table-chinese/pull/16)

This commit is contained in:
Mike FABIAN 2021-05-16 18:19:19 +02:00
parent c195128d2e
commit 51379d8ca5
2 changed files with 46 additions and 1 deletions

View File

@ -0,0 +1,39 @@
From 0d84df003c3176716528fca59c2d7473f50c6715 Mon Sep 17 00:00:00 2001
From: champignoom <66909116+champignoom@users.noreply.github.com>
Date: Fri, 27 Nov 2020 06:01:02 +0100
Subject: [PATCH] =?UTF-8?q?Problem:=20the=20prime=20symbol=20"=E2=80=B2"?=
=?UTF-8?q?=20with=20code=20"wv"=20is=20mistakenly=20counted=20as=20a=20ch?=
=?UTF-8?q?inese=20character=20and=20is=20ranked=20higher=20than=20"?=
=?UTF-8?q?=E5=88=86".=20(#16)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Solution: move it to the symbol section with code "zzts"
---
tables/wubi-jidian/wubi-jidian86.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tables/wubi-jidian/wubi-jidian86.txt b/tables/wubi-jidian/wubi-jidian86.txt
index 91f9544..fa308c1 100644
--- a/tables/wubi-jidian/wubi-jidian86.txt
+++ b/tables/wubi-jidian/wubi-jidian86.txt
@@ -687,7 +687,6 @@ wr 伯 18442264
ws 休 13470954
wt 作 246213288
wu 们 521225102
-wv 0
wv 分 170080569
ww 从 197123506
wx 化 80964878
@@ -136772,6 +136771,7 @@ zzsx ⊙ 544
zzsx ⊥ 543
zzsx ⊿ 542
zzts ℃ 541
+zzts 540
zzts ° 540
zzts ‰ 539
zzts ♂ 538
--
2.31.1

View File

@ -4,7 +4,7 @@
%global createdb ibus-table-createdb
Name: ibus-table-chinese
Version: 1.8.3
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Chinese input tables for IBus
Summary(zh_CN): 中文码表输入法
Summary(zh_TW): 中文碼表輸入法
@ -12,6 +12,7 @@ License: GPLv3+
URL: https://github.com/definite/ibus-table-chinese
Source0: https://github.com/definite/ibus-table-chinese/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: no-cmake-fedora.patch
Patch1: correct-misplaced-no-alphabetic-symbol-pull-request-16-definite.patch
BuildRequires: cmake >= 2.6.2
BuildRequires: ibus-table-devel >= 1.10.0
@ -307,6 +308,7 @@ Cantonese input method based on yale romanization
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .no-cmake-fedora
%patch1 -p1 -b .correct-misplaced-no-alphabetic-symbol-pull-request-16-definite
%{__sed} -i 's/\r//' tables/wubi-haifeng/COPYING
%build
@ -574,6 +576,10 @@ rm -fr %{buildroot}%{_docdir}/*
%verify(not size md5 mtime) %{ibus_tables_dir}/cantonyale.db
%changelog
* Sun May 16 2021 Mike FABIAN <mfabian@redhat.com> - 1.8.3-8
- Correct misplaced non-alphabetic symbol in wubi-jidian table
- Resolves: https://github.com/definite/ibus-table-chinese/pull/16
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild