[Libreoffice-commits] help.git: source/text

Michael Stahl mstahl at redhat.com
Mon Oct 21 11:07:24 PDT 2013


 source/text/shared/01/02100001.xhp |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit f81edbd66fc4d0b6cf03949bb2339c9be9ee989c
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Oct 21 20:03:21 2013 +0200

    fdo#64495: help: regex \xXXXX is no longer supported
    
    ... so document ICU's syntax \u and \U instead.
    
    Change-Id: Ib79a0684932dc9b3a8da45f1296f4dc27980464a

diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp
index cd5e5c8..d6c2271 100644
--- a/source/text/shared/01/02100001.xhp
+++ b/source/text/shared/01/02100001.xhp
@@ -199,11 +199,13 @@
          </tablerow>
          <tablerow>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3156543" role="tablecontent" l10n="U" oldref="180">\xXXXX</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3156543" role="tablecontent" l10n="U" oldref="180">\uXXXX</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3156544" role="tablecontent" l10n="U" oldref="180">\UXXXXXXXX</paragraph>
             </tablecell>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3153768" role="tablecontent" l10n="U" oldref="181">Represents a special character based on its four-digit hexadecimal code (XXXX).</paragraph>
-               <paragraph xml-lang="en-US" id="par_id3159252" role="tablecontent" l10n="U" oldref="208">The code for the special character depends on the font used. You can view the codes by choosing <emph>Insert - Special Character</emph>.</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3153768" role="tablecontent" l10n="U" oldref="181">Represents a character based on its four-digit hexadecimal Unicode code (XXXX).</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3153769" role="tablecontent" l10n="U" oldref="181">For obscure characters there is a separate variant with capital U and eight hexadecimal digits (XXXXXXXX).</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3159252" role="tablecontent" l10n="U" oldref="208">For certain symbol fonts the code for special characters may depend on the used font. You can view the codes by choosing <emph>Insert - Special Character</emph>.</paragraph>
             </tablecell>
          </tablerow>
          <tablerow>


More information about the Libreoffice-commits mailing list