OpenCC is an opensource project for conversion between Traditional
Chinese and Simplified Chinese, which supports phrase-level conversion
and regional idioms among Mainland China, Taiwan and Hong kong.
This package provides dictionaries and patterns used by libraries/
binaries of OpenCC.
Provides
Requires
License
Apache-2.0
Changelog
* Mon Jan 12 2026 Cliff Zhao <qzhao@suse.com>
- Update to 1.2.0:
* Fix and optimize:
Fix the crash issue when reading configuration files.
Add type definitions (Typing).
Fix two out-of-bounds reading issues when handling truncated UTF-8 input.
* Compilation and environment adaptation:
Fix the issue of GCC 15 lacking cstdint.
Fix the error during "npm install opencc" that occurs during the build process.
Fix the issue of V8 API being deprecated in Node 23.
Fix the build problem of GCC 15.
Depend on cmake only when there are no system packages.
Set the default language version through variables.
Fix the "python" command in gyp.
Fix the build error on Node.js 24.
Fix the deprecated declaration in C++17.
Use C++17 in marisa 0.3.0.
Adapt CMake changes related to Fedora.
Register the hermetic Python 3.1