summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-06-21 19:50:34 +0300
committerRené Engelhard <rene@debian.org>2023-06-21 19:04:44 +0200
commit91eaaaf5317ef5bdbedac8a3f2ed6332439a63a9 (patch)
treec07a28f373ad1a3dc76f34035a64383e49b47efa /vcl/qa/cppunit
parentba38ef8f7733a8fcfdc9228c5cf746c3130976c7 (diff)
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 <rene@debian.org> Reviewed-by: René Engelhard <rene@debian.org>
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r--vcl/qa/cppunit/data/tdf107718.otf.readme2
-rw-r--r--vcl/qa/cppunit/data/tdf153440.ttf.readme2
2 files changed, 2 insertions, 2 deletions
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