I am not 100% certain to make the framework work with UTF8 content. I was under the impression that UTF8 would be used if the the string provided to parse is prepared correctly.
So I use this:
The issue was the UI control used. TDataset still need TWideStringField as field type to show Unicode. I was under the false impression that TStringField would be Unicode as well.
I am not 100% certain to make the framework work with UTF8 content. I was under the impression that UTF8 would be used if the the string provided to parse is prepared correctly. So I use this:
Still, my content does not show unicode content correctly in a VCL app. So, I am wondering where I am not configuring it correctly.