Download List

Descripción del Proyecto

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

Los datos se actualiza de acuerdo a Unicode 6.0.0. Un error en el que las afirmaciones en el código puede fallar si U + FFFC se encuentra en el principio de una línea se ha fijado.
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

El algoritmo y los datos se han actualizado de acuerdo a UAX # 14-24 y LineBreak-5.2.0.txt. Algunas funciones cambiaron de nombre a reducir la contaminación del espacio de nombres. La documentación Doxygen fue mejorada.
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

Un error se corrigió en el que una afirmación en el código puede fallar si un inválido UTF-8 o UTF-16 la secuencia se encuentra cerca del final de la entrada. La especialización de derecho comilla simple como un signo de puntuacion de cierre en Inglés, francés y español fue retirado debido a que puede ser utilizado como apóstrofe. La documentación Doxygen se hizo mejor.
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

La liberación es sólo para corregir una fecha incorrecta en el archivo de cabecera para evitar confusiones. Los usuarios que ya han descargado la versión 1.1 probablemente no es necesario descargar de nuevo.
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

Este lanzamiento es una versión de transición de la liberación de 2,0 que se reducirá la contaminación del espacio de nombres el prefijo `lb_ 'a los símbolos que los usuarios no suelen utilizar directamente. Los usuarios existentes no deben verse afectados en general. Sin embargo, los nuevos usuarios se espera que utilicen is_line_breakable en lugar de is_breakable, y recuerda que get_next_char_utf * será cambiado de nombre.
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