Hi, im trying to create a survey-application that is supposed to run in japan (Paid School Project). I want them to be able to type in their names and have that saved inside the application.

I also want them to select country and occupation and such things, which comes in the form of a combo box. However, when i tried it, it simply shows "?".

They then take a test where they select various options.

after that they are allowed to enter some comments of their own.

after that i send all the data using moosock to a php and then to an sql database.

the database can handling saving unicode. the php has no problem with it.

How to i get mmf to

1. Save the unicode names and comments they have written in a dataform inside mmf that can be saved over frames?

2. Send the unicode data over moosock?

3. How do i get comboboxes to show unicode?

..

I was thinking of a solution to 3, that i could just make my own combobox with actives and have each selection be an image. And save the real data in western coding.

I've read the thread about using rtf to store unicode, but the example only allowed you to enter unicode numbers, i'm unsure of how this method works when entering the actual unicode characters? I tried pasting some japanese characters into the input field, but they just showed up as ??

For the rest, i dont know.