ho-tex / oberdiek

Updating the oberdiek bundle
Other
16 stars 6 forks source link

Bug in pmboxdraw (from Debian) #59

Closed aminophen closed 5 years ago

aminophen commented 5 years ago

I noticed that Debian has a patch file "oberdiek-fix-boxdraw":

--- texlive-base-2016.20170123.orig/texmf-dist/tex/latex/oberdiek/pmboxdrawenc.dfu
+++ texlive-base-2016.20170123/texmf-dist/tex/latex/oberdiek/pmboxdrawenc.dfu
@@ -136,7 +136,7 @@
 \DeclareUnicodeCharacter{257C}{\pmboxdrawuni{257C}}
 \DeclareUnicodeCharacter{257D}{\pmboxdrawuni{257D}}
 \DeclareUnicodeCharacter{257E}{\pmboxdrawuni{257E}}
-\DeclareUnicodeCharacter{257F}{\pmboxdrawuni{257R}}
+\DeclareUnicodeCharacter{257F}{\pmboxdrawuni{257F}}
 \DeclareUnicodeCharacter{2580}{\textupblock}
 \DeclareUnicodeCharacter{2581}{\pmboxdrawuni{2581}}
 \DeclareUnicodeCharacter{2582}{\pmboxdrawuni{2582}}

I think this can be fixed here upstream.

norbusan commented 5 years ago

Thanks @aminophen for reporting it and @davidcarlisle for immediate fix, I just came here to report it ;-)