Hello, so this is the case. I use scriptData to send specific values from my form, such as titles, names and colors in my language, and those contains special characters, such as ÅÄÖ. These comes out as boxes and even weirded characters. Is there any way to change the charset so these values comes out clean?
Any news regarding this problem yet? I have struggled with this as well and have been testing different ways of encoding the scriptData in the .fla, but have had no success. I have tried sending the data through from javascript with both encodeURI() and encodeURIComponent(), and then either decoding it in the .fla and not decoding it. Any way I try it I always end up with garbled text in php. I am no charset expert, but there must be a solution to this problem.