Download List

项目描述

Liblinebreak is an implementation of the line breaking algorithm as described in Unicode Standard Annex 14. It breaks lines that contain Unicode characters. It is designed to be used in a generic text renderer. FBReader is one real-world example.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-14 16:42
2.1

根据这些数据已更新为Unicode 6.0.0。一个错误的地方可以在代码中的断言失败如果U + FFFC是在一行的开头遇到的是固定的。
标签: Major bugfixes
The data was updated according to Unicode 6.0.0. A bug where assertions in the code can fail if U+FFFC is encountered at the beginning of a line was fixed.

2010-01-03 22:47
2.0

该算法和数据更新,根据UAX#14-24和断行,5.2.0.txt。一些职能命名更名为减少污染。在Doxygen与文件进行了改进。
标签: major update
The algorithm and data were updated according to UAX #14-24 and LineBreak-5.2.0.txt. Some functions were renamed to reduce namespace pollution. The Doxygen documentation was improved.

2009-05-03 16:43
1.2

阿错误是固定在一个代码可以断言,如果失败无效的UTF - 8或UTF - 16序列附近遇到的输入端。作为一个以英文,法文收盘标点符号专业化权单引号,和西班牙文的删除,因为它可以作为使用撇号。在Doxygen与文件作出更好。
标签: Major bugfixes
A bug was fixed in which an assertion in code can fail if an invalid UTF-8 or UTF-16 sequence is encountered near the end of input. The specialization of right single quotation mark as a closing punctuation mark in English, French, and Spanish was removed because it can be used as apostrophe. The Doxygen documentation was made better.

2009-03-06 01:05
1.1.1

该版本只是为了纠正一个错误的日期标头文件以避免混乱。用户谁已经下载了1.1版可能不需要重新下载。
标签: Minor bugfixes
The release is just to correct a wrong date in the header file to avoid confusion. Users who have already downloaded version 1.1 probably do not need to download it again.

2009-02-07 19:28
1.1

此版本是2.0的发布,它将减少污染的命名空间前缀过渡释放`lb_'的符号,用户一般不直接使用。现有的用户应该不会受到影响一般。然而,新的用户预计将使用is_line_breakable而不是is_breakable,记住*将改名为get_next_char_utf。
标签: Code cleanup
This release is a transitional release for a 2.0 release that will reduce the namespace pollution by prefixing `lb_' to symbols that users generally do not use directly. Existing users should not be impacted generally. However, new users are expected to use is_line_breakable instead of is_breakable, and remember that get_next_char_utf* will be renamed.

Project Resources