<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Persistent notes &#187; unicode</title>
	<atom:link href="http://alexkr.com/tag/unicode/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexkr.com</link>
	<description>Alexander Krivutsenko&#039;s online journal</description>
	<lastBuildDate>Sat, 07 Apr 2012 20:46:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unicode encodings UTF8 and UCS on Windows and Linux</title>
		<link>http://alexkr.com/memos/123/unicode-encodings-utf8-and-ucs-on-windows-and-linux/</link>
		<comments>http://alexkr.com/memos/123/unicode-encodings-utf8-and-ucs-on-windows-and-linux/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 16:32:40 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[big]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexkr.com/memos/123/unicode-encodings-utf8-and-ucs-on-windows-and-linux/</guid>
		<description><![CDATA[Here are some issues I faced when I had to support UTF8 on Windows and Linux. 
Universal Character Set (UCS) is a set of all characters which are ever needed in a software. UCS defines integer code for each symbol.
The ASCII characters set is included in UCS using same values from 00 to 7F. First [...]]]></description>
		<wfw:commentRss>http://alexkr.com/memos/123/unicode-encodings-utf8-and-ucs-on-windows-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case conversion for UNICODE and ANSI strings</title>
		<link>http://alexkr.com/source-code/45/case-convertion-for-unicode-and-ansi-strings/</link>
		<comments>http://alexkr.com/source-code/45/case-convertion-for-unicode-and-ansi-strings/#comments</comments>
		<pubDate>Sun, 05 Mar 2006 19:24:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://alexkr.com/c/45/case-convertion-for-unicode-and-ansi-strings/</guid>
		<description><![CDATA[STL has a beautiful way to convert string characters case ]]></description>
		<wfw:commentRss>http://alexkr.com/source-code/45/case-convertion-for-unicode-and-ansi-strings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting STL ANSI string to UNICODE string</title>
		<link>http://alexkr.com/posts/44/converting-stl-ansi-string-to-unicode-string/</link>
		<comments>http://alexkr.com/posts/44/converting-stl-ansi-string-to-unicode-string/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 11:25:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[stl]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://alexkr.com/c/44/converting-stl-ansi-string-to-unicode-string/</guid>
		<description><![CDATA[STL has string class for ANSI strings and wstring class for UNICODE strings]]></description>
		<wfw:commentRss>http://alexkr.com/posts/44/converting-stl-ansi-string-to-unicode-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

