https://bugs.freedesktop.org/show_bug.cgi?id=49674

--- Comment #2 from Jan_J <[email protected]> 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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to