b. GetModulefileName/cFilePath....
#include "fivewin.ch"
REQUEST HB_CODEPAGE_UTF8
function Main()
HB_CDPSELECT( "UTF8" )
FW_SetUnicode( .t. )
? "ExeName()", ExeName(), "HB_Argv(0)", HB_ArgV(0)
return nil
a. read/write .ini, GetPvProfString/WritePProfString....
2. directory is utf8 name, ex: 'c:\temp\中文龍咙\'
#include "fivewin.ch"
REQUEST HB_CODEPAGE_UTF8
function Main()
HB_CDPSELECT( "UTF8" )
FW_SetUnicode( .t. )
XBROWSER DIRECTORY( "C:\FWH\TESTS\*.*", "D" ) ;
TITLE 'DIRECTORY( "C:\FWH\TESTS\*.*", "D" )'
XBROWSER DIRECTORYRECURSE( "C:\FWH\TESTS\*.*", "D" )
return nil
? "cFile =", cFile, "cFilePath =", cFilePath( cFile ), "cFileNoPath=", cFileNoPath( cFile )
nageswaragunupudi wrote:a. read/write .ini, GetPvProfString/WritePProfString....
At present, these functions are not Unicode compatible.
We will provide Unicode compatible versions at the earliest.
nageswaragunupudi wrote:Tested FILE() and FRENAME() functions and they are Unicode compatible.
ssbbs wrote:nageswaragunupudi wrote:Tested FILE() and FRENAME() functions and they are Unicode compatible.
harbour native function is ok.
1. filename change from english to uft8, ex: 'abc.exe to ' 中文龍咙.exe'
2. directory is utf8 name, ex: 'c:\temp\中文龍咙\'
nageswaragunupudi wrote:ssbbs wrote:nageswaragunupudi wrote:Tested FILE() and FRENAME() functions and they are Unicode compatible.
harbour native function is ok.
Then what exactly is your difficulty in these areas?1. filename change from english to uft8, ex: 'abc.exe to ' 中文龍咙.exe'
2. directory is utf8 name, ex: 'c:\temp\中文龍咙\'
[నామము]
పేరు=రమణ
ఇంటిపేరు=చెరువు
[ద్వితీయము]
వయసు=40
జీతము=20000
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 45 guests