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 Requirements

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

데이터가 유니 코드 6.0.0에 따라 업데이 트되었습니다. U + FFFC는 라인의 시작 부분에 발생하는 경우 코드의 주장이 실패할 수있는 버그가 해결되었습니다.
Tags: 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과 LineBreak에 따르면 5.2.0.txt 업데이 트되었습니다. 일부 기능이 네임 스페이스의 오염을 줄이기 위해 이름이 변경됐다. Doxygen 문서를 개선했다.
Tags: 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 문서를 더 잘 만들어졌습니다.
Tags: 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을 다운로드.
Tags: 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

이 릴리스 prefixing하여 네임 스페이스의 오염을 줄일 수 2.0 릴리스에 대한 과도 릴리스입니다`lb_ '사용자는 일반적으로 직접 사용하지 않는 기호를합니다. 기존 사용자는 일반적으로 영향을받을 수없습니다. 그러나 새 사용자를 대신 is_breakable의 is_line_breakable 및 get_next_char_utf * 이름을 바꾼 것입니다 기억 사용할 것으로 예상된다.
Tags: 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