Coordinating character sets is only the first part of the challenge. Even languages that share a character set may have different rules for hyphenation, spacing, quotation marks, punctuation, and so on. In addition to character shapes (glyphs), issues such as directionality (whether the text reads left-to-right or right-to-left) and cursive joining behavior have to be taken into account as well.
This prompted a need for a system of language identification. The W3C responded by incorporating into HTML the language tags put forth in the RFC 2070 standard on internationalization.
The lang Attribute
The lang attribute can be added within any tag to specify the language of the contained element. It can also be added within the <html> tag to specify a language for an entire document. The following example specifies the document's language as French:
It can also be used within text elements to switch to other languages within a document; for example, you can "turn on" Norwegian for just one element:
<BLOCKQUOTE lang="no">...</BLOCKQUOTE>The value for the lang attribute is a language code (not the same as a country code). The current HTML and XML specifications support the two-letter country codes established in RFC 1766. These are listed in Table. However, there have been advancements in language identification to include three-letter codes, two-letter codes with country subcode (for example, fr-CA for French as used in Canada), and other descriptive subcodes as proposed in RFC 3066. Eventually, this revised system will be supported in future updates of HTML and XML specifications.
Table: Two-letter codes of language names
Directionality
An internationalized HTML standard needs to take into account that many languages read from right to left. Directionality is part of a character's encoding within Unicode.
The HTML 4.01 specification provides the new dir attribute for specifying the direction in which the text should be interpreted. It can be used in conjunction with the lang attribute and may be added within the tags of most elements. The accepted value for direction is either ltr for left-to-right or rtl for right-to-left. For example, the following code indicates that the paragraph is intended to be displayed in Arabic, reading from right to eft:
<P LANG="ar" DIR="rtl">...</P>
There is also a new tag introduced in HTML 4.01 that deals specifically with documents that contain combinations of left- and right-reading text (bidirectional text, or Bidi for short). The <bdo> tag is used for "bidirectional override," in other words, to specify a span of text that should override the intrinsic direction (as inherited from Unicode) of the text it contains. The <bdo> tag takes the dir attribute as follows:
<BDO DIR="ltr">English phrase in an otherwise Hebrew text</BDO>...The <bdo> element and dir attribute are currently not supported by browsers.
Cursive Joining Behavior
In some writing systems, the shape of a character varies depending on its position in the word. For instance, in Arabic, a character used at the beginning of a word looks completely different when it is used as the last character of a word. Generally, this joining behavior is handled within the software, but there are Unicode characters that give precise control over joining behavior. They have zero width and are placed between characters purely to specify whether the neighboring characters should join.
HTML 4.01 provides mnemonic character entities for both these characters, as shown in Table.
Table: Unicode characters for joining behavior
|
|
Web Designing Related Tutorials |
|
---|---|
HTML Tutorial | HTML 5 Tutorial |
Flash Tutorial | CSS Advanced Tutorial |
Web Developer Guide Tutorial | Javascript Advanced Tutorial |
Web Designing Tutorial
Designing For A Variety Of Browsers
Designing For A Variety Of Displays
Web Design Principles For Print Designers
A Beginners Guide To The Server
Printing From The Web
Accessibility
Internationalization
Html Overview
Structural Html Tags
Formatting Text
Creating Links
Adding Images And Other Page Elements
Tables
Frames
Forms
Specifying Color In Html
Cascading Style Sheets
Server Side Includes
Gif Format
Jpeg Format
Png Format
Designing Graphics With The Web Palette
Animated Gifs
Audio On The Web
Video On The Web
Flash And Shockwave
Introduction To Smil
Introduction To Javascript
Introduction To Dhtml
Introduction To Xml
Xhtml
Wap And Wml
Text Resumes
Visual Resumes
Social Resumes
Resume Quality
IT Resume Samples
MARKETING Resume Samples
HR Resume Samples
All rights reserved © 2018 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.