Monday, August 16, 2010

Web Quality Internationallization

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), January 1998.


International Character Sets

All W3C standards (since 1996), including HTML, XHTML, and XML defines an internal character set called 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.

Replace X with the character set you use, like ISO-8859-1, UTF-8, or UTF-16.


International Dates

Don't use dates like "02-5-05".

The date above could mean the second day of March in 2004. It could also mean the fourth day of March in 2005. Or even the third day of April in 2005.

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.

No comments:

Post a Comment