Subject: | Extend encoding table (hardly noticeably) |
Date: | Sat, 18 Jun 2016 23:07:15 +0200 |
To: | bug-LaTeX-Encode [...] rt.cpan.org |
From: | Elias Pipping <pipping.elias [...] icloud.com> |
Hi,
thank you for making LaTeX::Encode available. It’s serving my needs rather well. I’ve used it in conjunction with LaTeX::Decode to make sure unicode in my bibtex files is properly escaped. Among all the unicode characters that LaTeX::Encode encountered in the titles and author field of nearly 400 articles, there was just a single one that it could not handle. Including the uppercase version, that's
chr(0x0141) => "{\\L}” # 0x0141 LATIN CAPITAL LETTER L WITH STROKE
chr(0x0142) => "{\\l}” # 0x0142 LATIN SMALL LETTER L WITH STROKE
It’d be nice if these two lines could be incorporated into Encode.pm (I’m not sure what the right place is).
Best, Elias