How does one store and then display characters like ô in DBF files?????
By the Way, I am reading this in from a txt file on disk.
How does one store and then display characters like ô in DBF files?????
By the Way, I am reading this in from a txt file on disk.
You may use AnsiToOem() and OemToAnsi()
I use AnsitoOem on reading and OemtoAnsi on display and still get weird characters. Probably something simple but got me stumped.