当前位置: 首页 > 网络学院 > 设计教程 > 设计理念 > Web 国际化

设计理念
确保网页的易操作性
成功设计网站的指导方法
构建网站是否需要聘请网站设计者
网站设计者易犯的5大设计错误
网站设计基本规则
清楚表述设计理念
高质量网站需要具备的内容
自己动手设计网站
网站设计必需运用的5种方法
综合考虑网站内容创作、外观设计、网站利用三个要素
设计合理的网站主页确实能吸引访问者
网站设计需要注意的几个问题
网站设计避免出现的几个错误
寻找时机重塑网站
利用重复原则进行网站设计
避免出现用户不易操作的下拉菜单
网站设计应该能够吸引访问者
网站视频内容的设计方法
设计网站应该首先确定网站目标
提高数码相机拍摄速度

设计理念 中的 Web 国际化


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 1388 ::
收藏到网摘: n/a

The Internet is International
互联网就是国际化的。


The Internet is International
互联网就是国际化的

With the Internet follows an absolute requirement to interchange data in a multiplicity of languages, which in turn utilize a bewildering number of characters.
通过互联网,我们彻底实现了多语言数据交换,使庞大数量的字符使用成为现实。

H. Alvestrand, The Internet Engineering Task Force (IETF:Internet 工程任务组), January 1998[1998年1月].


International Character Sets
国际字符集

All W3C standards (since 1996), including HTML, XHTML, and XML defines an internal character set called Unicode (ISO 10646).
所有的W3C标准 (自从1996年以来),包括HTML、XHTML 和 XML定义的字符集成为Unicode [统一的字符编码标准](ISO 10646)。

All modern web browsers are using this (Unicode) character internally. Most documents transmitted over the Internet do not use the Unicode character set.
所有时髦的网络浏览器都在内部使用这个(统一的字符编码标准)的字符。大多数发送到互联网的文档并不使用统一的字符编码标准的字符集。

Because of this, Internet clients (browsers) and Internet servers must have a way to agree about the character set used in the communication between them.
由于这个原因,互联网客户(浏览器)和互联网服务器必须使用一种统一的字符来进行彼此之间的交流。

Labeling each document with the character set in use, is very important to the quality of your web site.
通过所使用的字符集为每个文档分类,对于整个网站的质量来说至关重要。

For your HTML and XHTML pages always use the following meta element inside the <head> element:
对于你的HTML 和XHTML页面来说,总是使用下面这个包含在<head>元素内部的元标签。

<meta http-equiv="Content-Type" content="text/html;charset=X" />

Replace X with the character set you use, like ISO-8859-1, UTF-8, or UTF-16.
通过你所使用的字符集来代替X,如: ISO-8859-1、 UTF-8 或 UTF-16。


International Dates
国际日期

Don't use dates like "04-03-02".
不要使用这样的日期格式:04-03-02。

The date above could mean the second day of March in 2004. It could also mean the fourth day of March in 2002. Or even the third day of April in 2002.
上述日期可以表示2004年3月2日,也可以表示为2002年3月4日,也可以表示为2002年4月3日。

The international standard organization (ISO) has defined an international standard format for dates as "yyyy-mm-dd", where yyyy is the year, mm is the month and dd is the day.
国际标准化组织(ISO)定义了国际统一的日期格式"yyyy-mm-dd" , yyyy代表年,mm代表月,dd代表日。

When you use this ISO format, you can expect most visitors to understand your dates.
当你使用这个ISO格式的时候,你就可以使更多人明白你设置的日期了。

评论 (0) All

登陆 | 还没注册?