Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libUnihan - C library for Unihan character database in fifth normal form
libUnihan provides a C library for Unihan character database in fifth
normal form (5NF).
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| libUnihan |
0.5.1 |
0.el5 |
src |
151 KiB |
Tue Sep 23 05:31:03 2008 |
Changelog
- * Tue Sep 23 22:00:00 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.5.1-0
- New Features:
+ PinYin accent format conversion functions (C and SQL scalar).
+ ZhuYin tone mark format conversion functions (C and SQL scalar).
+ PinYin <--> ZhuYin conversion functions (C and SQL scalar).
+ Display as ZhuYin.
- Fixed:
+ Correct counting in FreqRank field of kMandarin table.
+ The query functions such as unihan_find_all_matched() returns SQL_Results type, to avoid the memory leaking problems.
- Changed:
+ unihanDb_open() now supports the R/W control.
+ Changed CMakefile.txt to reflects the version scheme change of UnihanDb
+ StringList type for storing const string arrays.
+ Add test suite.
+ Where-clause-generator is now able to escape the quote character(').
+ unihan_field_validation is moved to test/, therefore it will not be in binary package.
+ New make targets: rpm, srpm, rpm_db and srpm_db to generate rpm and srpm for libUnihan and UnihanDb.
- Removed:
+ unihanSql_get_result_table(). As it uses sqlite3_get_table() which might cause memory leak.
- * Mon Aug 11 22:00:00 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.4.1-1
- [Bug 453520] C#10 addressed.
- * Fri Aug 8 22:00:00 2008 Ding-Yi Chen <dchen at redhat dot com> - 0.4.1-0
- Shows support fields and tables for unihan_query.
- Header files have moved to {include}/libUnihan.
- Completed the description of UnihanTable enumeration.
- Completed the description of str_functions.h
- In str_functions.h: unsignedStr_to_signedStr and signedStr_to_unsignedStr
clones the inputs now, while _buffer postfix for the circumstances that the buffer is given.
Addressing C#6 [Bug 453520] Review Request: libUnihan
- rpmlint undefined-non-weak-symbol problems solved.
- Moved the include statement of private header files to Unihan_SQL_gen.c files.
- Move the doc/{name} files to doc/{name}-{version}.
- Uhihan_enum.h and str_functions.h are now in API.