| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
|
Internet is an International
|
|
With Internet follows an absolute requirement to the interchange data in the
multiplicity of the languages, which in turn utilize the bewildering number of
characters. H. Alvestrand, Internet Engineering Task Force (IETF), Jan 1998.
|
|
The International Character Sets
|
|
All the W3C standards since 1996, including an HTML, XHTML, and the XML defines a
internal character set called as Unicode ISO 10646.
All the modern web browsers are using Unicode character internally. Most of the documents
transmitted over an Internet do not use Unicode character set.
Because of this, the Internet browsers and the Internet servers should have the way to
agree about a character set used in a communication between them.
|
|
Labeling each of the document with a character set in use, is very important to
quality of the web site. For the HTML and XHTML pages always make use of the following
meta element inside the <head> element:
Replace X with a character set you use, like an ISO-8859-1, UTF-8, or UTF-16.
|
|
<meta http-equiv="Content-Type" content="text/html;charset=X" />
|
|
|
The International Dates
|
|
Do not use the dates like "04-03-02".
The date shown above could mean second day of March in year 2004. It can also mean
fourth day of March in the year 2002. Or even as third day of April in the year 2002.
An International standard organization (ISO) has defined international standard
format for the dates as "yyyy-mm-dd", where yyyy is year, mm is month and dd is
day. When this ISO format is used, you can do expect that most visitors to do
understand the dates.
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords: Web Internationalization, web code, web economy, web global, web services, web pdf,
web jsp, web characters, web api, web struts, web j2ee, web mysql, web properties,
web framework, web session, web ejb, web html, web character, web tomcat, web action,
web sample, web form, web request, web industry, web japanese, web example, web application,
web examples, web page
|
|
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|