]> git.koha-community.org Git - koha.git/commit
Bug 12739: (QA followup) use 'UTF-8' instead of 'utf8'
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 19 Mar 2015 18:18:32 +0000 (15:18 -0300)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 31 Mar 2015 05:26:47 +0000 (18:26 +1300)
commit5fc1053c52227c3f2eb56befc6da7b5eb8bc13e7
treeeae0a3c8e4dfc2247b696a8889409503cdd14c64
parent777c2a88de0994dbbb09fe1dd22a7544e7db21dc
Bug 12739: (QA followup) use 'UTF-8' instead of 'utf8'

This patch makes Encode::encode be passed the 'UTF-8' encoding
instead of the discouraged 'utf8'.

Please read:
http://wiki.koha-community.org/wiki/Handling_UTF8_in_development

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit de7e7d303311a8e306ec5974a0f68c35444a75c2)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Letters.pm