diff options
author | fbriere <fbriere> | 2006-02-18 06:29:01 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-02-18 06:29:01 +0000 |
commit | dbe294e70cc8637408f9bfde172086d51f998384 (patch) | |
tree | 5c58ac456ee658ce3b279289e917107306665398 /t/20emit.t | |
parent | 10b8a9d3800b9fa06bd1271ab666d51a85e093c6 (diff) |
Strip off non-Latin-1 characters
Diffstat (limited to 't/20emit.t')
-rwxr-xr-x | t/20emit.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |