[Koha-bugs] [Bug 28154] Translate script faces encoding issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 16 14:56:37 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28154

--- Comment #13 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Jonathan Druart from comment #12)
> Can you detail what it fixes?

There is no real problem right now as there is no non-ASCII character in
installer files, but if you add one you will see encoding issues.
For instance, add a 'é' to installer/data/mysql/en/mandatory/auth_values.yml 

  - "Default Koha system authorised values é"

and run `gulp po:update --lang pl-PL

You should see

misc/translator/Koha-installer.pot:972:46: Séquence d'octets multiples invalide
msgmerge: 1 erreur fatale trouvée                       
[14:55:39] Finished 'po_update_installer' after 152 ms

After the patch, there should be no errors

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list