Jump to content
Search Community

why TransformManager doesn't support unicode symbols and other language chars?

djmon84
Moderator Tag

Recommended Posts

Posted

First of all, sorry for my english.

 

Why TransformManager hide unicode symbols (☺☹☂☃) or other languages chars like Cyrillic, or Hebrew (עברית)?

 

I know that Flash currenty supports unicode, you can do this in flash:

tf = new TextField();
tf.text = "☹"; 
//also works with unicode directly
tf.text = "\u263a";

Why doesn't work with TransformManager?

 

Thanks!

Posted

I don't think it has anything to do with TransformManager specifically. It doesn't really do anything with text like that. Is there a reason you think this is a TransformManager-specific issue? 

Posted

Oh, that has nothing to do with TransformManager - I simply didn't embed every character in that particular TextField (for file size reasons mostly). You can embed whatever characters you want in your own projects/textfields. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...