Re: [flexcoders] Re: flex + mysql unicode support

2009-03-13 Thread Alan K
Yes.  Guy and Gordon are correct - going with system default is probably the
safest. Using custom fonts with international apps will require further
testing.

There is Arial Unicode which is a Microsoft font, and is included with the
default installation of Windows.  OS X is different, somehow, but does
include international fonts by default as well.

I don't know about Linux systems.

Alan


We have an app with multilingual support and we just use the default system
font.

Don't some device fonts (e.g., Arial on Windows?) include glyphs for large
portions of Unicode?




[flexcoders] Re: flex + mysql unicode support

2009-03-12 Thread cvsikh
Can you please provide information on this?

Thanks.
--- In flexcoders@yahoogroups.com, Alan K ultr...@... wrote:

 If your app is set to use a unicode font, then you will have n0 problem.
 
 Alan
 I am displaying data from mySql database. This data some unicode text which I
 want to display in a datagrid in uncide. Is this possble?





[flexcoders] Re: flex + mysql unicode support

2009-03-12 Thread Cato Paus
one or another setting in mysql, you must specify the client input to unicode 
(UTF8) what flex have does not matters .. but if you use UTF8 in the SQL DB you 
should use UTF8 in Flex


--- In flexcoders@yahoogroups.com, cvsikh sonofgurugobindsing...@... wrote:

 Hello all,
 
 I am displaying data from mySql database.  This data some unicode text which 
 I want to display in a datagrid in uncide.  Is this possble?
 
 Thanks





Re: [flexcoders] Re: flex + mysql unicode support

2009-03-12 Thread Alan K
Can you please provide information on this?

Google embedding fonts with Flex.  But keep in mind that the entire Unicode
library is something like 30 megs.

Also Google about localizing flex apps.

Alan






RE: [flexcoders] Re: flex + mysql unicode support

2009-03-12 Thread Gordon Smith
Don't some device fonts (e.g., Arial on Windows?) include glyphs for large 
portions of Unicode?

BTW, I just wanted to point out that the String type in AS is Unicode, so all 
text in Flex apps is Unicode.

Gordon Smith
Adobe Flex SDK Team

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Alan K
Sent: Thursday, March 12, 2009 11:20 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: flex + mysql unicode support


Can you please provide information on this?

Google embedding fonts with Flex. But keep in mind that the entire Unicode
library is something like 30 megs.

Also Google about localizing flex apps.

Alan



Re: [flexcoders] Re: flex + mysql unicode support

2009-03-12 Thread Guy Morton
We have an app with multilingual support and we just use the default  
system font. I haven't yet come across a character that Flash couldn't  
display. We get our text from mysql. You do have to fiddle with mysql  
a bit to make it talk unicode (set names=utf8 from memory)



On 13/03/2009, at 12:33 PM, Gordon Smith wrote:



Don't some device fonts (e.g., Arial on Windows?) include glyphs for  
large portions of Unicode?




BTW, I just wanted to point out that the String type in AS is  
Unicode, so all text in Flex apps is Unicode.




Gordon Smith

Adobe Flex SDK Team



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]  
On Behalf Of Alan K

Sent: Thursday, March 12, 2009 11:20 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: flex + mysql unicode support



Can you please provide information on this?

Google embedding fonts with Flex. But keep in mind that the entire  
Unicode

library is something like 30 megs.

Also Google about localizing flex apps.

Alan