<div dir="ltr"><div>Hi Rene,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Rene Engelhard <<a href="mailto:rene@debian.org">rene@debian.org</a>> ezt írta (időpont: 2020. aug. 7., P, 17:31):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
my LO 7.0.0 build on Debian buster failed:<br>
<br>
[...]<br>
Test name: SwUiWriterTest::testTdf133589<br>
equality assertion failed<br>
- Expected: 𐳥𐳋𐳓𐳉𐳗<br>
- Actual  : székely 0<br>
<br>
Failures !!!<br>
Run: 305   Failure total: 1   Failures: 1   Errors: 0<br>
<br>
This looks like libnumbertext needs to be 1.0.6 which does have this new<br>
"old hungarian" feature... (yes, "of course" --with-system-libnumbertext<br>
and libnumbertext in Debian buster is 1.0.5).<br></blockquote><div><br></div><div>Ah, indeed. I didn't think of this option...<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
$ git diff<br>
diff --git a/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> b/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
index 59ec7ec58bf1..d5782d32be4b 100644<br>
--- a/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
@@ -10509,7 +10509,7 @@ AC_SUBST(SYSTEM_LIBEXTTEXTCAT_DATA)<br>
 dnl ===================================================================<br>
 dnl Checking for libnumbertext<br>
 dnl ===================================================================<br>
-libo_CHECK_SYSTEM_MODULE([libnumbertext],[LIBNUMBERTEXT],[libnumbertext<br>
>= 1.0.0])<br>
+libo_CHECK_SYSTEM_MODULE([libnumbertext],[LIBNUMBERTEXT],[libnumbertext<br>
>= 1.0.6])<br>
 if test "$with_system_libnumbertext" = "yes"; then<br>
     SYSTEM_LIBNUMBERTEXT_DATA=file://`$PKG_CONFIG --variable=pkgdatadir<br>
libnumbertext`<br>
     SYSTEM_LIBNUMBERTEXT=YES<br>
<br>
The other alternative is to do it like the DLP libraries and only do the<br>
test needing it if libnumbertext is 1.0.6 and thus support "old<br>
hungarian"...<br>
<br>
Which one would you prefer? The first one of course is trivial :-)<br></blockquote><div><br></div><div>I prefer the trivial one, if it's not a problem for you. I gave a +2 for it, thanks! :)<br></div><div><br></div><div>A question related to this issue: I started to add Old Hungarian numbering to Writer</div><div>(<a href="https://gerrit.libreoffice.org/c/core/+/99950">https://gerrit.libreoffice.org/c/core/+/99950</a>) and the UI will contain Old Hungarian</div><div>numbers, see the attached screenshot, so I plan to update the noto-fonts-20171024.tar.gz</div><div>tarball, adding also the fortunately small (45 kB) NotoSansOldHungarian-Regular.otf to help to</div><div>fix the potential font issue [note: the screenshot contains another problem: showing squares</div><div>at the place of 1-character non-Unicode BMP text spans]. <br></div><div><br></div><div>There is a bug report for Linux Mint (<a href="https://github.com/linuxmint/cinnamon/issues/9458">https://github.com/linuxmint/cinnamon/issues/9458</a>),</div><div>also an older one for Debian (<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908817">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908817</a>).</div><div>I am going to file a bug for my LibreOffice patch related to the numbering, maybe for</div><div>Noto font update in LibreOffice. Do you suggest something similar for Debian (Ubuntu) etc.,</div><div>or it is not necessary?<br></div><div><br></div><div>Thanks,</div><div>László</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Regards,<br>
<br>
Rene<br>
</blockquote></div></div>