I have a database managed with the tCbrowse class
with this settings: FW_SetUnicode( .t. ); HB_SETCODEPAGE( "UTF8" )
In the text fields i see 2 vertical bars instead of 2 quotes: โ โ, while the single quote โ displays it well.
Chr(226) + Chr(128) + Chr(156) E2 80 9C โ
Chr(226) + Chr(128) + Chr(157) E2 80 9D โ
Chr(226) + Chr(128) + Chr(153) E2 80 99 โ
With the Browse() and xBrowse() fivewin functions everything is displayed correctly.
What could be the problem?
thanks, Marzio