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

Michael Stahl <mst...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Assignee|libreoffice-b...@lists.free |mst...@redhat.com
                   |desktop.org                 |

--- Comment #13 from Michael Stahl <mst...@redhat.com> ---
so it turned out that the soft-hyphen (\xAD) needs special handling
code in Writer, which is fixed now.

you can use any of the ICU supported Unicode literal syntax, e.g.
 \xAD
 \x{00AD}
 \u00AD
 \U000000AD
 \N{SOFT HYPHEN}

but the legacy syntax \x00AD is no longer supported and that
will not be fixed.

have now adapted the help content on master accordingly to document \uXXXX.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to