Hacklog: Blogamundo — poking holes in the language barrier since approximately 1 month from now

b
l
o
g
a
m
u
n
d
o

Dear Jeff Bezos

Written by Patrick Hall, 8 months, 1 week ago.
Tags: , , , , .

You are losing sales because your sites are in different encodings.

Amazon.com is in ISO-8859-1.

Amazon.co.jp is in SHIFT-JIS.

If your customers type a Japanese book title (like ねじまき鳥クロニクル) on amazon.com, they get hello crazy talk, like this: ねじまき鳥クロニクル

“Hello crazy talk” is best translated as “no sale for you.”

Sincerely,

The UTF-8 Avenger

1 Comment for 'Dear Jeff Bezos'

  1. Comment received 5 months, 3 weeks ago from Ex-Amazonian

    Amazon uses Perl/Mason internally, which is a templating system for web pages based on Perl. Perl has difficulties with UTF-8. The Amazon libraries and internal web services often have difficulties with mere 8-bit non-ASCII text.

    Frankly, you should be amazed it can handle Japanese customers at all.

Leave a comment

(required)

(required)

Comment moderation may delay the posting of your comment. XHTML: You can use the following tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <img src="" alt=""> <strike> <strong> . Don't forget to close them after use.