[Libreoffice-bugs] [Bug 49674] Non-breaking space with variable width
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue May 29 06:22:33 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=49674
--- Comment #2 from Jan_J <janj at aqua.up.wroc.pl> 2012-05-29 06:22:33 PDT ---
Instead of changing the current behaviour of the u+00a0 character, it may be
considearable to use u+2060 + u+0020 (zero-width-word-joiner plus ordinary
space). Unfortunately, the algorithm currently implemented for placing ilne
breaks inside a paragraph, behaves oddly in this situation.
This is probably because the usage of u+2060 character is regarded th the final
stage of the algorithm loop, and does not take into account the possibility of
succeeding space.
See i18npool/source/breakiterator/breakiterator_unicode.cxx file in the source
tree, method BreakIterator_Unicode::getLineBreak(), lines 405--420.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Libreoffice-bugs
mailing list