Bug 14112: Silence warnings in t/Charset.t
authorMark Tompsett <mtompset@hotmail.com>
Fri, 22 May 2015 13:02:23 +0000 (09:02 -0400)
committerChris Cormack <chris@bigballofwax.co.nz>
Wed, 3 Jun 2015 07:42:44 +0000 (19:42 +1200)
commit8a969be0fd70986f80285af3bdd3e8405e39ff66
treeb9032aeab10eefe2e6de9631df824c5c741bb56e
parent21d4ea5ccc6313fe59ef535555da8874c34ffd5a
Bug 14112: Silence warnings in t/Charset.t

After Jonathan said this was the wrong way to correct the issue,
www.utf8-chartable.de made it clear to me that the \c3\a9 were
missing x's.

TEST PLAN
---------
1) prove t/Charset.t
   -- noise
2) apply patch
3) prove t/Charset.t
   -- no noise
4) koha qa test tools

Signed-off-by: Aleisha <aleishaamohia@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 4d4582566ee7d2014f30f15db4889d4cad956316)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
t/Charset.t