<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Specifying certain unicode-ranges for embedded fonts</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew</title>
		<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/comment-page-1/#comment-7913</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 14 Jun 2010 19:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/#comment-7913</guid>
		<description>Embeding 3 types of Arial (normal, bold, italics)  wetn from 430Kb to ~45Kb.  Incredible tip here...</description>
		<content:encoded><![CDATA[<p>Embeding 3 types of Arial (normal, bold, italics)  wetn from 430Kb to ~45Kb.  Incredible tip here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel Jakobovits</title>
		<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/comment-page-1/#comment-6784</link>
		<dc:creator>Ariel Jakobovits</dc:creator>
		<pubDate>Fri, 15 Jan 2010 17:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/#comment-6784</guid>
		<description>Thank you for the post, example of specifying chars. Came in handy.</description>
		<content:encoded><![CDATA[<p>Thank you for the post, example of specifying chars. Came in handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhu</title>
		<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/comment-page-1/#comment-401</link>
		<dc:creator>madhu</dc:creator>
		<pubDate>Fri, 20 Feb 2009 06:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/#comment-401</guid>
		<description>@ Targo and also for others who got same error

use unicodeRange property while embedding using embed

[Embed(source=&quot;./assets/times.ttf&quot;,fontFamily=&quot;timesNewRomanFont&quot;, mimeType=&quot;application/x-font-truetype&quot;, unicodeRange=&quot;U+0021-U+007B&quot;)]</description>
		<content:encoded><![CDATA[<p>@ Targo and also for others who got same error</p>
<p>use unicodeRange property while embedding using embed</p>
<p>[Embed(source="./assets/times.ttf",fontFamily="timesNewRomanFont", mimeType="application/x-font-truetype", unicodeRange="U+0021-U+007B")]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/comment-page-1/#comment-400</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 29 Dec 2008 12:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/#comment-400</guid>
		<description>your unicode range for uppercase,lowercase is wrong ..
see http://www.adobe.com/devnet/flex/quickstart/embedding_assets/ and
http://en.wikipedia.org/wiki/Latin_characters_in_Unicode</description>
		<content:encoded><![CDATA[<p>your unicode range for uppercase,lowercase is wrong ..<br />
see <a href="http://www.adobe.com/devnet/flex/quickstart/embedding_assets/" rel="nofollow">http://www.adobe.com/devnet/flex/quickstart/embedding_assets/</a> and<br />
<a href="http://en.wikipedia.org/wiki/Latin_characters_in_Unicode" rel="nofollow">http://en.wikipedia.org/wiki/Latin_characters_in_Unicode</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Thompson</title>
		<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/comment-page-1/#comment-399</link>
		<dc:creator>Jim Thompson</dc:creator>
		<pubDate>Fri, 11 Jul 2008 22:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/#comment-399</guid>
		<description>Can I just say again that you&#039;re the greatest. Every time I have a flex question a little googling has me ending up here. I was trying to figure out how to actually find the ranges. Thanks for the tip on using the character map.</description>
		<content:encoded><![CDATA[<p>Can I just say again that you&#8217;re the greatest. Every time I have a flex question a little googling has me ending up here. I was trying to figure out how to actually find the ranges. Thanks for the tip on using the character map.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Targo</title>
		<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/comment-page-1/#comment-397</link>
		<dc:creator>Targo</dc:creator>
		<pubDate>Sun, 30 Mar 2008 09:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/#comment-397</guid>
		<description>When I try to embed the font with the specified unicode range I get the following error:

transcoding parameter &#039;unicodeRange&#039; is not supported by &#039;flex2.compiler.media.MovieTranscoder&#039;

Please help!

Thanks a lot in advance</description>
		<content:encoded><![CDATA[<p>When I try to embed the font with the specified unicode range I get the following error:</p>
<p>transcoding parameter &#8216;unicodeRange&#8217; is not supported by &#8216;flex2.compiler.media.MovieTranscoder&#8217;</p>
<p>Please help!</p>
<p>Thanks a lot in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rn786</title>
		<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/comment-page-1/#comment-396</link>
		<dc:creator>rn786</dc:creator>
		<pubDate>Wed, 19 Dec 2007 06:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/#comment-396</guid>
		<description>hi

i have embeded the mangal.ttf which has devnagari(Hindi) characters
Now i m trying to type in textbox which has font family set as mangal
by enabling hindi language in my operating system(win xp)
when i try to type into the textbox (????) such symbol appears.


pls help me out


thanx in advance

rn786</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i have embeded the mangal.ttf which has devnagari(Hindi) characters<br />
Now i m trying to type in textbox which has font family set as mangal<br />
by enabling hindi language in my operating system(win xp)<br />
when i try to type into the textbox (????) such symbol appears.</p>
<p>pls help me out</p>
<p>thanx in advance</p>
<p>rn786</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maneesh Panwar</title>
		<link>http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/comment-page-1/#comment-398</link>
		<dc:creator>Maneesh Panwar</dc:creator>
		<pubDate>Fri, 05 Oct 2007 10:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/07/specifying-certain-unicode-ranges-for-embedded-fonts/#comment-398</guid>
		<description>Hi
Thx for all supporting help from your website

Now here i am in trouble and i need your help.
The problem is like we have three diffrent-2 project and we want to make one common RSL file for all. i mean here as we used component it increase the size of .swf file so here i want to maintain all component like button,datagrid......etc into that RSL file so that in rest of application we dont need to increase the .swf file size,,  i mean as per my knowledge &quot;framework.swc&quot; has all definition of all component and which one we are using it gives related files into .swf. now is it possible if we maintain all component into one RSL file so that In rest of application we need only include that perticular .swc (RSL) like Cairngron.swf work..

plz help me out...

thx
Maneesh</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thx for all supporting help from your website</p>
<p>Now here i am in trouble and i need your help.<br />
The problem is like we have three diffrent-2 project and we want to make one common RSL file for all. i mean here as we used component it increase the size of .swf file so here i want to maintain all component like button,datagrid&#8230;&#8230;etc into that RSL file so that in rest of application we dont need to increase the .swf file size,,  i mean as per my knowledge &#8220;framework.swc&#8221; has all definition of all component and which one we are using it gives related files into .swf. now is it possible if we maintain all component into one RSL file so that In rest of application we need only include that perticular .swc (RSL) like Cairngron.swf work..</p>
<p>plz help me out&#8230;</p>
<p>thx<br />
Maneesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

