<?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>Xavi Colomer&#039;s Blog &#187; Snippet</title>
	<atom:link href="http://blog.ncatstudios.com/category/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ncatstudios.com</link>
	<description>Web technologies and Interactivity ramblings</description>
	<lastBuildDate>Mon, 30 May 2011 14:01:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Unicode font snippets to save some time</title>
		<link>http://blog.ncatstudios.com/2009/08/27/unicode-font-snippets-to-save-some-time/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
		<comments>http://blog.ncatstudios.com/2009/08/27/unicode-font-snippets-to-save-some-time/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:05:58 +0000</pubDate>
		<dc:creator>Xavi Colomer</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Snippet]]></category>

		<guid isPermaLink="false">http://blog.ncatstudios.com/?p=102&#038;language=en</guid>
		<description><![CDATA[
			
				
			
		
Probably someday you&#8217;ll need to embed your own fonts to a project because you don&#8217;t want to use the usual secure fonts ( Arial, Verdana, etc&#8230; ). You may know that when you embed a font to your project the swf size will be increased with the size of the whole font. To avoid the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.ncatstudios.com%2F2009%2F08%2F27%2Funicode-font-snippets-to-save-some-time%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Probably someday you&#8217;ll need to embed your own fonts to a project because you don&#8217;t want to use the usual secure fonts ( Arial, Verdana, etc&#8230; ). You may know that when you embed a font to your project the swf size will be increased with the size of the whole font. To avoid the increase of the file you can use only the unicode range of the characters you need and you can find a wonderful amount information on the Lee Brimelow&#8217;s <a href="http://www.gotoandlearn.com">http://www.gotoandlearn.com</a> website.</p>
<p>In this case you may be interested in <a href="http://www.gotoandlearn.com/play?id=102">this</a> video.</p>
<p>To save you some time, I thought this could help you saving some time:</p>
<p><strong>[English]&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong></p>
<p>letters lower: <strong>abcdefghijklmnopqrstuvwxyz</strong> ( U+0061-U+007A )</p>
<p>letters upper: <strong>ABCDEFGHIJKLMNOPQRSTUVWXYZ</strong> ( U+0041-U+0059 )</p>
<p>numbers: <strong>0123456789</strong> ( U+0030-U+0039 )</p>
<p>arithmetic: <strong>%*+-/&lt;=&gt;</strong> ( U+0025,U+002A,U+002B,U+002D,U+002F,U+003C,U+003D,U+003E )</p>
<p>syntactic: <strong>,:;.</strong> ( U+002C,U+003A,U+003B,U+002E )</p>
<p>emphasys: <strong>!¡?</strong> ( U+0021,U+00A1,U+003F  )</p>
<p>symbols: <strong>º ª | @  · &#8221; # &amp; &#8216; ( ) </strong>( U+00BA,U+00AA,U+007C,U+0040,U+00B7,U+0022,U+0023,U+0026-U+0029 )</p>
<p>currency: <strong>$</strong> ( U+0024 )</p>
<p>all: <strong>[U+0061-U+007A,U+0041-U+0059,U+0030-U+0039,U+0025,</strong></p>
<p><strong>U+002A,U+002B,U+002D,U+002F, </strong><strong>U+003C,U+003D,U+003E,U+002C,</strong></p>
<p><strong>U+003A,U+003B,U+002,U+0021,U+00A1,U+003F,U+00BA, </strong><strong>U+00AA,</strong></p>
<p><strong>U+007C,U+0040,U+00B7,U+0022,U+0023,U+0026-U+0029,U+0024]</strong></p>
<p><strong>[ Spanish ]&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong></p>
<p>accents lower: <strong>áéíóú</strong> ( U+00E1,U+00E9,U+00ED,U+00F3,U+00FA )</p>
<p>accents upper: <strong>ÁÉÍÓÚ</strong> ( U+00C1,U+00C9,U+00CD,U+00D3,U+00DA )</p>
<p>special: <strong>Ññ</strong> ( U+00D1,U+00F1  )</p>
<p>emphasys: <strong>¿</strong> U+00BF</p>
<p>currency: <strong>€</strong> U+20AC</p>
<p>all: [<strong> U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00C1,U+00C9,</strong></p>
<p><strong>U+00CD,U+00D3,U+00DA,U+00D1,U+00F1,U+00BF,U+20AC ]</strong></p>
<p><strong>[Catalan]&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong></p>
<p>accents lower: <strong>àèò</strong> ( U+00E0,U+00E8,U+00F2 )</p>
<p>accents upper: <strong>ÀÈÒ</strong> ( U+00C0 U+00C8 U+00D2 )</p>
<p>special: <strong>çÇ</strong> ( U+00E7,U+00C7 )</p>
<p>all: [ <strong>U+00E0,U+00E8,U+00F2,U+00C0, U+00C8, U+00D2,U+00E7,U+00C7 ]</strong></p>
<div class="shr-publisher-102"></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.ncatstudios.com/2009/08/27/unicode-font-snippets-to-save-some-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

