lukeme / gobible

Automatically exported from code.google.com/p/gobible
1 stars 0 forks source link

Correctly implement the Unicode Line-Breaking Algorithm #132

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
GoBibleCore v2.4.0 made some improvements to where line breaks are allowed.

One of these changes was incorrect.  It should not break after the Chinese 
ideographic space, codepoint U+3000. This character normally precedes the 
divine name.

GoBibleCore should be improved to correctly implement the Unicode Line-Breaking 
Algorithm.

http://www.unicode.org/reports/tr14/

Original issue reported on code.google.com by DFH...@gmail.com on 29 Sep 2010 at 9:44

GoogleCodeExporter commented 8 years ago
This issue was further reported by a user earlier today.

Daniel has already started work on it, in respect of the Chinese ideographic 
space.

The full algorithm appears to be much more complicated than previous GoBible 
programmers had imagined.

Original comment by DFH...@gmail.com on 29 Sep 2010 at 9:49

GoogleCodeExporter commented 8 years ago

Original comment by DFH...@gmail.com on 3 Jan 2013 at 10:36