In the example ximage01.prg xbrowse in the list of files. If any file has Cyrillic name, it looks in xbrowse unreadable!
FWH16.01
In the example ximage01.prg xbrowse in the list of files. If any file has Cyrillic name, it looks in xbrowse unreadable!
FWH16.01
For now, yes.
We shall soon implement what you are looking for.
FW_SetUnicode( .t. )
HB_SETCODEPAGE( "UTF8" ) @ oWnd:oBar:nHeight,300 XIMAGE oImage SIZE 0,-oWnd:oMsgBar:nHeight ;
OF oWnd SOURCE oBrw:aRow[ 2 ] @ oWnd:oBar:nHeight,300 XIMAGE oImage SIZE 0,-oWnd:oMsgBar:nHeight ;
OF oWnd SOURCE MEMOREAD( oBrw:aRow[ 2 ] )