vcl/qa/cppunit/data/tdf107718.otf.readme |    2 +-
 vcl/qa/cppunit/data/tdf153440.ttf.readme |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 91eaaaf5317ef5bdbedac8a3f2ed6332439a63a9
Author:     Khaled Hosny <kha...@libreoffice.org>
AuthorDate: Wed Jun 21 19:50:34 2023 +0300
Commit:     René Engelhard <r...@debian.org>
CommitDate: Wed Jun 21 19:04:44 2023 +0200

    Use Unicode hex instead of string literal in readme
    
    Apparently the string literal in command line argument does not work
    everywhere.
    
    Change-Id: I4d742f53757699a69d9ba13326a54478f18e51a9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153403
    Tested-by: René Engelhard <r...@debian.org>
    Reviewed-by: René Engelhard <r...@debian.org>

diff --git a/vcl/qa/cppunit/data/tdf107718.otf.readme 
b/vcl/qa/cppunit/data/tdf107718.otf.readme
index b3f740ef58ad..22f656f96d3d 100644
--- a/vcl/qa/cppunit/data/tdf107718.otf.readme
+++ b/vcl/qa/cppunit/data/tdf107718.otf.readme
@@ -5,7 +5,7 @@ obtained from (the Static Super OTC):
 
 And subset using hb-subset to contain only the one glyph used in the test:
 
-  hb-subset SourceHanSans.ttc --face-index=25 
--unicodes="u4E16,u1109,u1168,u11BC,u302E,uC185,u0020" -o tdf107718.otf
+  hb-subset SourceHanSans.ttc --face-index=25 
--unicodes="4E16,1109,1168,11BC,302E,C185,0020" -o tdf107718.otf
 
 U+C185 is not directly used in the test but we need its glyphs. The space is
 added to the subset as it seems needed to get the font to work on Windows.
diff --git a/vcl/qa/cppunit/data/tdf153440.ttf.readme 
b/vcl/qa/cppunit/data/tdf153440.ttf.readme
index 6fffab0decab..a4fc4465bd15 100644
--- a/vcl/qa/cppunit/data/tdf153440.ttf.readme
+++ b/vcl/qa/cppunit/data/tdf153440.ttf.readme
@@ -5,7 +5,7 @@ obtained from:
 
 And subset using hb-subset to contain only the one glyph used in the test:
 
-  hb-subset static/NotoEmoji-Regular.ttf "🌿 " -o tdf153440.ttf 
--drop-tables=GSUB,STAT,vhea,vmtx
+  hb-subset static/NotoEmoji-Regular.ttf --unicodes="1F33F,0020" 
--drop-tables=GSUB,STAT,vhea,vmtx -o tdf153440.ttf
 
 The space is added to the subset as it seems needed to get the font to work on
 Windows. (The --drop-tables argument is not necessary be saves a few bytes of

Reply via email to