<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/1.10.2" -->
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"					xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
		<channel rdf:about="http://www.w3.org/blog/International">
			<title>W3C Internationalization (I18n) Activity - Category: Highlight</title>
			<link>http://www.w3.org/blog/International</link>
			<description>Home page of W3C's Web Internationalization Activity--resources for increasing accessibility of the Web for worldwide audiences.</description>
			<dc:language>en-EU</dc:language>
			<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=1.10.2"/>
			<sy:updatePeriod>hourly</sy:updatePeriod>
			<sy:updateFrequency>1</sy:updateFrequency>
			<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
			<items>
				<rdf:Seq>
									<rdf:li rdf:resource="http://www.w3.org/blog/International/2009/11/25/internet_governance_forum_poster"/>
									<rdf:li rdf:resource="http://www.w3.org/blog/International/2009/10/23/unicode_collation_algorithm_version_5_2_"/>
									<rdf:li rdf:resource="http://www.w3.org/blog/International/2009/10/09/article_for_wide_review_choosing_a_langu"/>
									<rdf:li rdf:resource="http://www.w3.org/blog/International/2009/10/09/updated_article_language_tags_in_html_an_1"/>
									<rdf:li rdf:resource="http://www.w3.org/blog/International/2009/10/07/unicode_5_2_0_released"/>
								</rdf:Seq>
			</items>
		</channel>
		
		<item rdf:about="http://www.w3.org/blog/International/2009/11/25/internet_governance_forum_poster">
			<title>Internet Governance Forum Poster</title>
			<link>http://www.w3.org/blog/International/2009/11/25/internet_governance_forum_poster</link>
			<dc:date>2009-11-25T13:26:38Z</dc:date>
			<dc:creator>Richard Ishida</dc:creator>
			<dc:subject>Miscellaneous</dc:subject>
			<description>

The fourth annual IGF Meeting was held in Sharm El Sheikh, Egypt on 15-18 November 2009. The W3C Internationalization Activity had a poster [PDF] at the event.
</description>
			<content:encoded><![CDATA[<p style="float:left;margin: 0.5em 1em 0.5em 0;"><a href="http://www.w3.org/International/datespace/2009/IGF-poster.pdf"><img src="http://www.w3.org/International/datespace/2009/IGF-poster-icon.png" alt="Poster used at the IGF meeting." title="Poster used at the IGF meeting." /></a></p>

<p>The fourth annual <a href="http://www.intgovforum.org/cms/index.php/the-meeting">IGF Meeting</a> was held in Sharm El Sheikh, Egypt on 15-18 November 2009. The W3C Internationalization Activity had a <a href="http://www.w3.org/International/datespace/2009/IGF-poster.pdf">poster [PDF]</a> at the event.</p>
<br style="clear:both;" />]]></content:encoded>
		</item>

		
		<item rdf:about="http://www.w3.org/blog/International/2009/10/23/unicode_collation_algorithm_version_5_2_">
			<title>Unicode Collation Algorithm Version 5.2 Released</title>
			<link>http://www.w3.org/blog/International/2009/10/23/unicode_collation_algorithm_version_5_2_</link>
			<dc:date>2009-10-23T17:52:22Z</dc:date>
			<dc:creator>Richard Ishida</dc:creator>
			<dc:subject>Miscellaneous</dc:subject>
			<description>Version 5.2 of the Unicode Collation Algorithm has been released. This version resynchronizes the Unicode Collation Algorithm with all
of the updates for the Unicode Standard, Version 5.2.

The rest of this post is taken from the Unicode Consortium's release notification and details changes and issues for implementations.


The text of UTS #10 has been updated. Among other changes, the revised text for UTS #10 makes it clear that the BASE for   implicit generation of weights for Han characters does not include unassigned code points.
There are small changes in Gujarati, Telugu, Malayalam (including weighting for chillus), Tamil, and Sinhala. While these changes move in the direction of expected behavior, good   results will only come from tailoring for particular languages,  such as with CLDR.

There have been significant changes to the ordering of many  combining marks. Many combining marks that are not in customary  use in modern languages now have the same secondary weight, and  will only be distinguished on a fourth level, by code point    ordering. This can be seen by looking at the Unicode Collation   Charts (http://unicode.org/charts/collation/). In 5.2, many characters now have a white background, indicating that they   sort exactly the same as the previous character, unless a 4th  (codepoint) level is used.

Implementations of UCA should take note that the increased  number of characters may cause overflows if the implementing  code makes certain assumptions or optimizations. This can result either from the new character additions (which increase the number of distinct weights in the table) or because of changes in the way the weights, particularly for secondary weight values, are assigned in the table. The latter change may result in unexpected numbers of characters having the same weight.

</description>
			<content:encoded><![CDATA[<p>Version 5.2 of the <a href="http://www.unicode.org/reports/tr10/">Unicode Collation Algorithm</a> has been released. This version resynchronizes the Unicode Collation Algorithm with all
of the updates for the Unicode Standard, Version 5.2.</p>

<p>The rest of this post is taken from the Unicode Consortium's release notification and details changes and issues for implementations.</p>

<ul>
<li>The text of UTS #10 has been updated. Among other changes, the revised text for UTS #10 makes it clear that the BASE for   implicit generation of weights for Han characters does not include unassigned code points.</li>
<li>There are small changes in Gujarati, Telugu, Malayalam (including weighting for chillus), Tamil, and Sinhala. While these changes move in the direction of expected behavior, good   results will only come from tailoring for particular languages,  such as with CLDR.</li>

<li>There have been significant changes to the ordering of many  combining marks. Many combining marks that are not in customary  use in modern languages now have the same secondary weight, and  will only be distinguished on a fourth level, by code point    ordering. This can be seen by looking at the Unicode Collation   Charts (http://unicode.org/charts/collation/). In 5.2, many characters now have a white background, indicating that they   sort exactly the same as the previous character, unless a 4th  (codepoint) level is used.</li>

<li>Implementations of UCA should take note that the increased  number of characters may cause overflows if the implementing  code makes certain assumptions or optimizations. This can result either from the new character additions (which increase the number of distinct weights in the table) or because of changes in the way the weights, particularly for secondary weight values, are assigned in the table. The latter change may result in unexpected numbers of characters having the same weight.</li>
</ul>
]]></content:encoded>
		</item>

		
		<item rdf:about="http://www.w3.org/blog/International/2009/10/09/article_for_wide_review_choosing_a_langu">
			<title>Article for wide review: Choosing a language tag</title>
			<link>http://www.w3.org/blog/International/2009/10/09/article_for_wide_review_choosing_a_langu</link>
			<dc:date>2009-10-09T18:14:59Z</dc:date>
			<dc:creator>Richard Ishida</dc:creator>
			<dc:subject>For review</dc:subject>
			<description>Read the article

Comments are being sought on this article prior to final release. Please send any comments to www-international@w3.org (subscribe). We expect to publish a final version in one to two weeks. [search&#160;keys: qa-choosing-language-tags]
</description>
			<content:encoded><![CDATA[<div><a href="http://www.w3.org/International/questions/qa-choosing-language-tags">Read the article</a></div>

<p>Comments are being sought on this article prior to final release. Please send any comments to <a href="http://www-mit.w3.orgmailto:www-international@w3.org">www-international@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-international/">subscribe</a>). We expect to publish a final version in one to two weeks. <span class="searchkey">[search&nbsp;keys: <a href="http://www.w3.org/blog/International?s=qa-choosing-language-tags&amp;sentence=sentence&amp;blog=1&amp;submit=Search">qa-choosing-language-tags</a>]</span></p>
]]></content:encoded>
		</item>

		
		<item rdf:about="http://www.w3.org/blog/International/2009/10/09/updated_article_language_tags_in_html_an_1">
			<title>Updated article: Language tags in HTML and XML</title>
			<link>http://www.w3.org/blog/International/2009/10/09/updated_article_language_tags_in_html_an_1</link>
			<dc:date>2009-10-09T18:10:18Z</dc:date>
			<dc:creator>Richard Ishida</dc:creator>
			<dc:subject>Update</dc:subject>
			<description>Read the article

This tutorial was updated to incorporate changes made to BCP 47 by the recent publication of RFC 5646. Changes to BCP 47 include the introduction of extended language subtags, and the addition of ISO 639-3 language subtags, bringing the total number of subtags in the registry to almost 8,000.

Translators should consider retranslating the whole tutorial. [search&#160;keys: article-language-tags]
</description>
			<content:encoded><![CDATA[<div><a href="http://www.w3.org/International/articles/language-tags">Read the article</a></div>

<p>This tutorial was updated to incorporate changes made to BCP 47 by the recent publication of RFC 5646. Changes to BCP 47 include the introduction of extended language subtags, and the addition of ISO 639-3 language subtags, bringing the total number of subtags in the registry to almost 8,000.</p>

<p>Translators should consider retranslating the whole tutorial. <span class="searchkey">[search&nbsp;keys: <a href="http://www.w3.org/blog/International?s=article-language-tags&amp;sentence=sentence&amp;blog=1&amp;submit=Search">article-language-tags</a>]</span></p>
]]></content:encoded>
		</item>

		
		<item rdf:about="http://www.w3.org/blog/International/2009/10/07/unicode_5_2_0_released">
			<title>Unicode 5.2.0 Released</title>
			<link>http://www.w3.org/blog/International/2009/10/07/unicode_5_2_0_released</link>
			<dc:date>2009-10-07T13:46:01Z</dc:date>
			<dc:creator>Richard Ishida</dc:creator>
			<dc:subject>Miscellaneous</dc:subject>
			<description>On 1st October, Unicode 5.2 was released! The data files, code charts, and Unicode Standard Annexes for this version are final and are posted on the Unicode site.

For Unicode 5.2, the core specification is no longer just a delta document applied to the book; instead, the entire core specification,with all textual changes integrated, will be available on the Unicode site. As of this announcement, the first five chapters are available; the other chapters will follow soon

For full details about what is new or changed in this release, see the version documentation for Unicode 5.2.


</description>
			<content:encoded><![CDATA[<p>On 1st October, Unicode 5.2 was released! The data files, code charts, and Unicode Standard Annexes for this version are final and are posted on the Unicode site.</p>

<p>For Unicode 5.2, the core specification is no longer just a delta document applied to the book; instead, the entire core specification,with all textual changes integrated, will be available on the Unicode site. As of this announcement, the first five chapters are available; the other chapters will follow soon</p>

<p>For full details about what is new or changed in this release, see the <a href="http://www.unicode.org/versions/Unicode5.2.0/">version documentation for Unicode 5.2</a>.</p>


]]></content:encoded>
		</item>

		</rdf:RDF>
