Problem with Danish charaters åøæ and Drupal->flash
Synthmax - October 30, 2009 - 18:23
| Project: | Flash Node |
| Version: | 6.x-3.1 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
I using Flash Node as a RPC and it works really fine.
When i look at nodes in Drupal with note.get cdn i see my Danish charaters,
Inside my as3 script the text is looks like this "Type: Bagværk / Dessert" when i use
var drupal:NetConnection = new NetConnection();
drupal.objectEncoding = ObjectEncoding.AMF3;
If i hard-code the charters in flash they displays perfect.
