spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / dlab / html unleashed
Biz Resources
ERP Software
Computer Hardware
Data Backup Services
Developer News
MicrosoftÂ’s Automated Agent: Can We Talk?
Borland Finally Sells CodeGear
Red Hat Heads For The JON 2.0
 

HTML Unleashed: Internationalizing HTML

Introduction

 
 

No book on HTML is complete without a section on the ways to overcome the pronounced Western bias in the language and to provide for its fruitful application in the worldwide multilingual environment.  This chapter covers the main approaches to this problem, both those used by practicing webmasters all around the world and those devised by standard-setting bodies.

The primary problem related to HTML internationalization (or i18n, as it is often abbreviated: i plus 18 in-between letters plus n) is the correct rendering of characters used by other languages.  This is why I start by examining different standards of character encoding (character sets).  These standards are classified by the length of bit combinations they use, from 7-bit ASCII to Unicode and ISO 10646.

Various HTML internationalization issues were first crystallized in the important document, RFC 2070.  Then, RFC 2070 provisions were incorporated in the DTD for HTML version 4.0.  However, since at the time of this writing there was no HTML 4.0 specification available to accompany its DTD, we will discuss, for the most part, the material of RFC 2070 paying special attention to the cases where it is not identical to the declarations of HTML 4.0 DTD.

In the field of HTML proper, this chapter starts by investigating the new document character set as defined in RFC 2070 and HTML 4.0.  You will be introduced to the important distinction between the document character set and external character encoding.  You'll learn about existing methods of specifying external character encoding, proposed additions to handle multilanguage form input, as well as a number of real-world problems related to HTML character set.

Another big part of the HTML internationalization problem is language markup, that is, specifying the language of a piece of text in order to help user agent software to render it, observing the typography conventions of that language.  Some language-specific aspects of text presentation are also addressed in RFC 2070, which introduces tools to control writing direction, cursive joining, rendering of quotation marks, text alignment, and hyphenation.  As a conclusion, I cover briefly the font issues related to HTML internationalization.

 
 
 

Chapter Table of Contents

 
   

Access FREE HP High-Availability Solutions for Exchange 2007 Tools:
Whitepaper:
Backup and Recovery Best Practices for SQL Server 2005, Including HP Data Protector
Whitepaper:
Configuration Best Practices for Microsoft SQL Server 2005 with HP EVA4000 and HP Blade Servers
Whitepaper:
Best Practices for Microsoft Exchange 2007 with HP Server and Storage in Mid-range

Produced by Dmitry Kirsanov
Copyright Sams.net Publishing and


JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: HyperV-The Killer Feature in WinServer ‘08
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Win Server ‘08
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES
webref The latest from WebReference.com Browse >
Perl Pragma Primer · Implement Drag and Drop in Your Web Apps: Part 2 · How to Create an Ajax Autocomplete Text Field: Part 5
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
SQL Server 2005 Express Edition - Part 22 - Upgrading from Microsoft SQL Server Desktop Engine (MSDE) · Vyatta: Downgrades that Pay Off · NetMotion Brings Cross-Network Support to Wireless VoIP

Created: Jun. 15, 1997
Revised: Jun. 16, 1997

URL: http://www.webreference.com/dlab/books/html/39-0.html