]> git.koha-community.org Git - koha.git/commit
Bug 14112 - Silence warnings in t/Charset.t
authorMark Tompsett <mtompset@hotmail.com>
Fri, 22 May 2015 13:02:23 +0000 (09:02 -0400)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 04:29:36 +0000 (16:29 +1200)
commitd67f513eb37e3b6769d6897ed10c51ed9d2c2431
tree0953839fc8f862dc6dcfe5216bc708df8f407e71
parent23de58d6e53a51276bdb8321f60efa1dfc93d643
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: Mason James <mtj@kohaaloha.com>
t/Charset.t