README | README | |||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
for manipulating C strings according to the Unicode standard. | for manipulating C strings according to the Unicode standard. | |||
It consists of the following parts: | It consists of the following parts: | |||
unistr.h elementary string functions | unistr.h elementary string functions | |||
uniconv.h conversion from/to legacy encodings | uniconv.h conversion from/to legacy encodings | |||
unistdio.h formatted output to strings | unistdio.h formatted output to strings | |||
uniname.h character names | uniname.h character names | |||
unictype.h character classification and properties | unictype.h character classification and properties | |||
uniwidth.h string width when using nonproportional fonts | uniwidth.h string width when using nonproportional fonts | |||
unigbrk.h grapheme cluster breaks | ||||
uniwbrk.h word breaks | uniwbrk.h word breaks | |||
unilbrk.h line breaking algorithm | unilbrk.h line breaking algorithm | |||
uninorm.h normalization (composition and decomposition) | uninorm.h normalization (composition and decomposition) | |||
unicase.h case folding | unicase.h case folding | |||
uniregex.h regular expressions (not yet implemented) | uniregex.h regular expressions (not yet implemented) | |||
libunistring is for you if your application involves non-trivial text | libunistring is for you if your application involves non-trivial text | |||
processing, such as upper/lower case conversions, line breaking, operations | processing, such as upper/lower case conversions, line breaking, operations | |||
on words, or more advanced analysis of text. Text provided by the user can, | on words, or more advanced analysis of text. Text provided by the user can, | |||
in general, contain characters of all kinds of scripts. The text processing | in general, contain characters of all kinds of scripts. The text processing | |||
skipping to change at line 53 | skipping to change at line 54 | |||
--------- | --------- | |||
The libunistring library and its header files are under the GNU LGPL, see | The libunistring library and its header files are under the GNU LGPL, see | |||
file COPYING.LIB. This license is based on the GNU GPL, see file COPYING. | file COPYING.LIB. This license is based on the GNU GPL, see file COPYING. | |||
The documentation is under another license; see in the documentation. | The documentation is under another license; see in the documentation. | |||
Download | Download | |||
-------- | -------- | |||
http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz | http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.4.tar.gz | |||
Homepage | Homepage | |||
-------- | -------- | |||
http://www.gnu.org/software/libunistring/ | http://www.gnu.org/software/libunistring/ | |||
Bug reports to | Bug reports to | |||
-------------- | -------------- | |||
<bug-libunistring@gnu.org> | <bug-libunistring@gnu.org> | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |