From f81edbd66fc4d0b6cf03949bb2339c9be9ee989c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 21 Oct 2013 20:03:21 +0200 Subject: fdo#64495: help: regex \xXXXX is no longer supported ... so document ICU's syntax \u and \U instead. Change-Id: Ib79a0684932dc9b3a8da45f1296f4dc27980464a --- source/text/shared/01/02100001.xhp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/text/shared/01/02100001.xhp b/source/text/shared/01/02100001.xhp index cd5e5c8d79..d6c2271ab3 100644 --- a/source/text/shared/01/02100001.xhp +++ b/source/text/shared/01/02100001.xhp @@ -199,11 +199,13 @@ - \xXXXX + \uXXXX + \UXXXXXXXX - Represents a special character based on its four-digit hexadecimal code (XXXX). - The code for the special character depends on the font used. You can view the codes by choosing Insert - Special Character. + Represents a character based on its four-digit hexadecimal Unicode code (XXXX). + For obscure characters there is a separate variant with capital U and eight hexadecimal digits (XXXXXXXX). + For certain symbol fonts the code for special characters may depend on the used font. You can view the codes by choosing Insert - Special Character. -- cgit