I’m populating a listbox with data that has special characters (generally just curly quotes) but I can’t seem to get define encodings to work here (and I have “Diamonds Are Forever” singing in my ears!)
That suggests that the data ISN’T UTF8
You use define encoding to say “this bunch of bytes IS this encoding - really”
But the bytes have to be that encoding otherwise you’re just going to have issues like this
What kind of DB did this come from & what encoding is IT set to use ?