I've run into an issue where unicode is fully garbled in Royale 0.9.12 & BlazeDS 4.8.0, and it seems that it may be happening when either serializing or deserializing.
I'm storing text as utf8mb4 with utf8mb4_uca1400_ai_ci encoding in MariaDB. Data is stored correctly, and is logged correctly within the BlazeDS logs, but when reaching Royale, it's fully garbled. For instance: "😊" becomes "������" in the debugger and view. Is there something I'm missing? Every possible option is set with UTF-8 across my full stack. Thank you, Brian