From: intrigeri Date: Mon, 30 May 2022 17:01:45 +0000 (-0400) Subject: po: report bug + test case + proposed fix X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2f965f7536373f904852f909dded6fc114764e68 po: report bug + test case + proposed fix --- diff --git a/doc/bugs/po:_buggy_UTF-8_support_with_po4a_0.58+.mdwn b/doc/bugs/po:_buggy_UTF-8_support_with_po4a_0.58+.mdwn new file mode 100644 index 000000000..3d231cf3c --- /dev/null +++ b/doc/bugs/po:_buggy_UTF-8_support_with_po4a_0.58+.mdwn @@ -0,0 +1,8 @@ +[[!tag patch]] + +With po4a 0.58+, the po plugin incorrectly extracts UTF-8 strings from source pages. + +I've prepared a branch to fix this: https://salsa.debian.org/tails-team/ikiwiki/-/tree/po-fix-utf8 + +This branch adds a test case that fails on current `master`. +That test case passes from my branch on Debian sid with po4a 0.55 (Buster), 0.62 (Bullseye), and 0.66 (sid).