summaryrefslogtreecommitdiff
path: root/t/20emit.t
diff options
context:
space:
mode:
authorfbriere <fbriere>2006-02-18 06:29:01 +0000
committerfbriere <fbriere>2006-02-18 06:29:01 +0000
commitdbe294e70cc8637408f9bfde172086d51f998384 (patch)
tree5c58ac456ee658ce3b279289e917107306665398 /t/20emit.t
parent10b8a9d3800b9fa06bd1271ab666d51a85e093c6 (diff)
Strip off non-Latin-1 characters
Diffstat (limited to 't/20emit.t')
-rwxr-xr-xt/20emit.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/20emit.t b/t/20emit.t
index 2fca9bd..8ba4804 100755
--- a/t/20emit.t
+++ b/t/20emit.t
@@ -61,7 +61,7 @@ use constant TRANSACTIONS => (
card_number => '5111-1111-1111-1111',
exp_date => '7/2004',
- name => "Fr\x{e9}d\x{e9}ric Bri\x{e8}re",
+ name => "\x{201c}Fr\x{e9}d\x{e9}ric Bri\x{e8}re\x{201d}",
amount => 12.95,
description => "Box o' goodies",
@@ -141,7 +141,7 @@ __DATA__
<CVV2>0</CVV2>
<CVV2Indicator></CVV2Indicator>
<Products>12.95::1::::Box o' goodies::{USD}{GST}{TEST}</Products>
- <xxxName>Frédéric Brière</xxxName>
+ <xxxName>?Frédéric Brière?</xxxName>
<xxxCompany></xxxCompany>
<xxxAddress></xxxAddress>
<xxxCity></xxxCity>