Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#61170 - [ibus-libpinyin] The package should use OpenCC for SC to TC conversion
Attached to Project:
Arch Linux
Opened by Marcin Mielniczuk (marmistrz) - Tuesday, 25 December 2018, 13:38 GMT
Last edited by Felix Yan (felixonmars) - Monday, 08 June 2020, 18:32 GMT
Opened by Marcin Mielniczuk (marmistrz) - Tuesday, 25 December 2018, 13:38 GMT
Last edited by Felix Yan (felixonmars) - Monday, 08 June 2020, 18:32 GMT
|
DetailsDescription: ibus-libpinyin has two possible backends for TC input - it can either use OpenCC or its own replacement table. OpenCC does a much better job, for example AFAIK `zhoumo` should rather be 週末 in TC, but the ibus-libpinyin built-in engine only suggests 周末.
OpenCC outputs 週末 as the conversion result, for example ``` In [3]: OpenCC('s2t').convert('周末') Out[3]: '週末' ``` Additional info: * opencc 1.0.5-2, ibus-libpinyin 1.10.0-1 |
This task depends upon
Closed by Felix Yan (felixonmars)
Monday, 08 June 2020, 18:32 GMT
Reason for closing: Implemented
Additional comments about closing: 1.11.1-4
Monday, 08 June 2020, 18:32 GMT
Reason for closing: Implemented
Additional comments about closing: 1.11.1-4
Works for me locally