Web自动国际化测试

时间:2020-03-05 18:55:01  来源:igfitidea点击:

是否有网站服务或者脚本集可以告诉我们,如果目标是国际友善,那么网页是否配置错误?

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

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.

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

解决方案

回答

我相信W3C验证程序会做到这一点,但可能不会达到我们想要的范围...