Hi there
We have an issue with embedded SQL and danish special characters.
Instead of æ/ø/å, we are getting som strange symbols. I can't figure out how to translate the string I'm getting from SQLColumnValueText.
For example:
"Helle Elkjær"
In UTF8:
48 65 6c 6c 65 45 6c 6b 6a ef bf bd ef bf bd 72
Should have been:
48 65 6c 6c 65 45 6c 6b 6a c3 a6 72
What am I missing?