Re: [flexcoders] Unicode Normalization in flex

2009-02-18 Thread Sreejith P
This problem happens only when you have an applet which gives you file name
or any file system specific parameters.

See http://lists.apple.com/archives/java-dev/2006/Sep/msg00170.html for more
information

Thanks,
Sreejith

On Wed, Feb 18, 2009 at 9:02 PM, Alan K ultr...@gmail.com wrote:

I don't know anything about the technologies you were referring to, but
 I created a Flex app on OSX and I had 15 different languages displayed.
  German being one of them.  I had no problems.

 I just set the app to use Arial MS Unicode.

 Alan

 Because of this issue my i was not able to display the German
 characters properly on my flex application.S


   




-- 
Thanks and Regards

Sreejith P
CS 03~07


[flexcoders] Unicode Normalization in flex

2009-02-17 Thread Sreejith P
Hi there,

I am facing difficulty in MAC OS X because of the decomposed Unicode
strings (FCD) outputted by FileDialog class in the applet .So in MAC
OS X German character 'Ä' will be represented with two characters A +
the umlaut where as in Windows it is storing as only one character ie 'Ä'.

Because of this issue my i was not able to display the German
characters properly on my flex application.So to solve it i need to
normalize the string to NFC/NFD composition.There is a utility class
in JAVA 1.6 to do that(java.text.Normalizer).But i don't have the
luxury to use java 1.6.So i was searching Normalizer class in flex so
that i can normalize string in flex instead of doing in Java.

Please share your thoughts.

Thanks!
Sreejith






[flexcoders] Convert utf-16 to utf-8

2009-02-11 Thread Sreejith P
Hi there,

Is there any way to convert utf-16 encoded string to utf-8 string in flex? I
was searching this for long time now.

Thanks in Advance..

-- 
Thanks and Regards

Sreejith P


[flexcoders] Check out my Facebook profile

2009-02-10 Thread Sreejith P Nair
Hi Flexcoders,

I set up a Facebook profile where I can post my pictures, videos and events and 
I want to add you as a friend so you can see it. First, you need to join 
Facebook! Once you join, you can also create your own profile.

Thanks,
Sreejith

To sign up for Facebook, follow the link below:
http://www.facebook.com/p.php?i=502238417k=56G3Y5U3SZ3MXCAHWB2XRr



[flexcoders] Localization of Context Menu

2009-01-28 Thread Sreejith P
Hi,

While working with my application's localization I found a strange
behavior with context menu.

I externalized all my application string to a properties file.So every
locale will have corresponding properties files.After that we make the
resource module form these properties files.We will load the
corresponding resource module when the user changes the locale and
access each string using

ResourceManager.getInstance().getString(bundlename,resourcename);

Everything works fine while changing the locale.Every string is
showing in the locale specified.But this logic is not working for
context menu.Context menu is still taking it from English resource
module, no matter which locale i specified.

Anybody knows the solution for this problem.Please share your thoughts.

-- 
Thanks in advance!

Sreejith P


[flexcoders] Anti-aliasing of device fonts in Flash player 10

2009-01-12 Thread Sreejith P
Hi,

I am now working with Localization and Internationalization of our
application.Currently we are embeding the fonts with the application
which provide us the ability of anti-aliasing of fonts.

Since embedding the fonts is not a practical solution while doing L10n
and I18n, we lost the ability on anti aliasing the fonts.

But when i saw Justin Everett-Church article about Flash Player 10,he
mentioned about the ability to anti alias the device/system font as
one of the prime features in Flash Player 10.Here is the article
http://www.adobe.com/devnet/logged_in/jchurch_flashplayer10.html

I failed to find any way to do that with flash player 10.Could you
guys please help me how to anti-alias Device/System font  using flex 3
and flash player 10.

-- 
Thanks and Regards,

Sreejith P


[flexcoders] Anti-aliasing of device fonts in Flash player 10

2009-01-12 Thread Sreejith P
Hi Guys,

I am now working with Localization and Internationalization of our
application.Currently we are embedding the fonts with the application
which provide us the ability of anti-aliasing of fonts.

Since embedding the fonts is not a practical solution while doing L10n
and I18n, we lost the ability on anti aliasing the fonts.

But when i saw Justin Everett-Church article about Flash Player 10,he
mentioned about the ability to anti alias the device/system font as
one of the prime features in Flash Player 10.Here is the article
http://www.adobe.com/devnet/logged_in/jchurch_flashplayer10.html

I failed to find any way to do that with flash player 10.Could you
guys please help me how to anti-alias Device/System font  using flex 3
and flash player 10.

--
Thanks and Regards,

Sreejith P