Join 136,823 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,029 people online right now. Registration is fast and FREE... Join Now!
how to store mathemathical chraracters to database(i'm use MSaccess 2003) with flash 8... when i try it..for example i store "α∫β∏" ...when i see in my table.. it show "????"...
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
I assume these characters are stored as unicode. I am pretty sure that flash has some trouble with unicode, especialy if you are not using system fonts. Take a look at the font embedding in your flash.
I mentioned font embedding. Did you check that? Did you check what is the exact data going into flash? if you are unable to find out what is going 'over the line' you might want to take a look at this tool: http://www.charlesproxy.com/ I used it to great effect before and can recomend it to anyone that needs to do web debugging.
I mentioned font embedding. Did you check that? Did you check what is the exact data going into flash? if you are unable to find out what is going 'over the line' you might want to take a look at this tool: http://www.charlesproxy.com/ I used it to great effect before and can recomend it to anyone that needs to do web debugging.
before, i want to say tanks.. i have been check that link... but my apllication use MDM zinc to connect database..not XML...
What version of zinc ? http://www.multidmedia.com/support/bugs/?a...tail&id=253 if you use 3.06 or 3.07, try to display the stuff you get back with a Dialogs.prompt If it then works properly you know that the problem is in your flash.
What version of zinc ? http://www.multidmedia.com/support/bugs/?a...tail&id=253 if you use 3.06 or 3.07, try to display the stuff you get back with a Dialogs.prompt If it then works properly you know that the problem is in your flash.
The power of google....
i use mdm version 2.5 ... but i already download the latest version..version 3.0.7 when, i try dialogs.prompt to show unicode character... it work perfectly.. ... but if i want to use flash to store unicode character to database with mdm zinc...it still have a problem..
Then you know that either the flash frontend does not support the display of these unicode characters, or your database doesnt. If you store them manualy into your database, do you see them back in your database tool? And does the flash manage to get them out and display them?
Flash does support unicode, if you compile the characters into the flash and the font you use is supporting them. You can try this by forst putting some unicode strings hardcoded in your flash and displaying them (for example in a dynamic textfield) If you get that to work it should go with dynamic data from zinc.
Php outputs html, and that does not support unicode in the common sense of the word.