Web自动国际化测试

时间:2008-09-16 02:29:44

标签: testing internationalization

是否存在网站服务或一组脚本,如果您的目标是国际友好,是否会告诉您网页是否配置错误?

更确切地说,我想知道这样的事情是否存在:

Checking URL: http://www.example.com
GET / HTTP/1.0
Accept-Charset: utf8
...

HTTP/1.0 200 OK
Charset: iso-8859-1
..<?xml version="1.0" charset="utf8" ?>

WARNING: Header document conflict, your server claims to return iso-8859-1, but
includes octet values outside the legal range.  This can happen when your documents
are saved with a different character set than your web server is configured to serve.

根据我的理解,这不太可能帮助我建立一个允许人们用日语或希伯来语发帖的网站,但它可以帮助我的英语网站吸引更多的国际观众。

1 个答案:

答案 0 :(得分:0)

我相信W3C validator会这样做,但也许并不是你想要的......