ColdFusion and Flex: Unicode missmatch
Hi there,
got a serious problem now using cyryllic chars in my flex app. I try to send data via URLRequest (Method:Post, Content-Type:"text/xml") to a ColdFusion Page (UTF-8 using Coldbox). Everything is alright as long as I use standard chars, but cyryllic chars cannot be submitted.
In ColdFusion I write the result of getHttpRequestData().content into a file and get the following content: Разнообразные �?по�?обы применени�
Does anyone know a solution for this? I already tried setEncoding, both form and url to utf-8. It seems as is the protocol, used to transmit the data, does not support cyrrylic chars.
Thanks!
Eddie