Because Chinese word "蘇謙" Exists in BIG5 code and UNICODE/UTF8 code. Tried this small test to understand the issue. #include "fivewin.ch"function Main() local oWnd, oBrw local cText := "蘇謙" DEFINE FONT ...
Because Chinese word "蘇謙" Exists in BIG5 code and UNICODE/UTF8 code. Tried this small test to understand the issue. #include "fivewin.ch"function Main() local oWnd, oBrw local cText := "蘇謙" ...
HB_TRANLATE( cStr, "UTF8", "BIG5" ) Translates cStr from UTF8 to BIG5. Right? Can you please show here translation of the word GOOD in both utf8 and big5 ? Dear Mr.RAO I think FUNCTION HB_TRANSLATE() is not the point. ...
Dear Antonio, Mr.RAO Unable to display Chinese characters. But this is not Unicode. Very simple Big5 code into DBF file. HB_LangSelect( "zh" )HB_SetCodePage( "UTF8" )HB_CDPSELECT( "UTF8" )Fw_SetUnicode( .T. )REDEFINE ...
... Chinese word =>"羅鈺 君" no problem. But Chinese name can't empty 1 byte anywhere. I use DBF , not use FWH Unicode solution. Only to use Big5 Any solution?
Dear Mr.Rao This is Ansi/Big5 DBF and No use any Unicode/UTF8 from my old PRG Don't set SIZE and it's auto control width { "CUST_NO" , "C", 10, 0 },; && 客戶編號{ "CUST_CNM2" ...
... file and a sample program to reproduce the error B.I use TMySQL. Till we resolve the problem, let us work with FWMariaDB only C.your prg type is big5, my prg type is UTF8 No, our program is pure UTF8. To get reliable results and to avoid any problems, we need to keep the program pure UTF8 amd ...
... A.I have to use Set Resource to "xxx.DLL" , so I call Resource Dialog and into MDI Child Window. B.I use TMySQL. C.your prg type is big5, my prg type is UTF8 D.your control only TGet and xBrowse, my TGet, Radio, Checkbox, buttonbmp and xbrowse in the resource Dialog.
HI All Report preview and press Save as PDF buton. PRG style Big5 xHarbour compile Preview report full Text and Form or Paint Line input English File Name not work input Chinese File Name not work Harbour compile Preview report full Text input English ...
... Unicode text . In the case of ancient languages like Chinese, Korean, etc., confusion might arise between UTF8 encoding and other encodings like Big5, utf8ex, etc. which are all different from each other. FWH reads and stores text encoded in UTF8, which is Universal.