Can I store Unicode characters (utf-8) in the ColdFusion CLIENT scope? (CF9)
If I set the CLIENT region variable and immediately unload it, it looks fine. But when loading the next page (i.e. when the CLIENT area is read from the repository), I just see question marks for Unicode characters.
I am using a database to save, and the data column in the CDATA table is set to ntext.
Looking directly into the database, I see that the entries were not written correctly (again, only question marks showing Unicode characters).
source share