Search found 35 matches: big5

Return to advanced search

Re: Unable to display Big5 Chinese characters.

In my sample, this is shown correctly in XBrowse.
by nageswaragunupudi
Wed Jul 31, 2024 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unable to display Big5 Chinese characters.
Replies: 5
Views: 528

Re: Unable to display Big5 Chinese characters.

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 ...
by richard-service
Wed Jul 31, 2024 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unable to display Big5 Chinese characters.
Replies: 5
Views: 528

Re: Unable to display Big5 Chinese characters.

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 :=  "蘇謙" ...
by nageswaragunupudi
Mon Jul 29, 2024 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unable to display Big5 Chinese characters.
Replies: 5
Views: 528

Re: Unable to display Big5 Chinese characters.

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. ...
by richard-service
Mon Jul 29, 2024 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unable to display Big5 Chinese characters.
Replies: 5
Views: 528

Re: Unable to display Big5 Chinese characters.

Code: Select all  Expand view
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 ?
by nageswaragunupudi
Sun Jul 28, 2024 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unable to display Big5 Chinese characters.
Replies: 5
Views: 528

Unable to display Big5 Chinese characters.

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 ...
by richard-service
Fri Jul 26, 2024 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unable to display Big5 Chinese characters.
Replies: 5
Views: 528

Re: Runner XBase (RX)

fred2088 wrote:Thanks
Chinese - Big5 need only set from <html> since it's using eng codepage from harbour/xharbour


I use UTF8 within harbour. <html> should be support UTF8
by richard-service
Wed May 01, 2024 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1906

Re: Runner XBase (RX)

Thanks
Chinese - Big5 need only set from <html> since it's using eng codepage from harbour/xharbour
by fred2088
Sat Apr 13, 2024 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1906

cGetFile32() about traditional Chinese characters

A very strange thing happened! .prg encode is ansi/big5 #include 'fivewin.ch'REQUEST HB_CODEPAGE_BIG5func   test()Local  oDlg, oBtn, oGet, oProgressPriv   cSrc := space(256),;       cDes := space(256),;       cProgressText ...
by ssbbs
Sat Aug 07, 2021 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile32() about traditional Chinese characters
Replies: 11
Views: 1284

input big5 chinese word

... 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?
by richard-service
Fri Jul 09, 2021 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: input big5 chinese word
Replies: 0
Views: 318

Unicode Report

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" ...
by richard-service
Fri Mar 20, 2020 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode Report
Replies: 0
Views: 346

Re: MDI Unicode Problem

... 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 ...
by nageswaragunupudi
Tue Aug 13, 2019 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 4032

Re: MDI Unicode Problem

... 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.
by richard-service
Tue Aug 13, 2019 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 4032

Save as PDF

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 ...
by richard-service
Mon Aug 05, 2019 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save as PDF
Replies: 7
Views: 1521

Re: How to turn off FW_SetUnicode(.T.)

... 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.
by nageswaragunupudi
Mon Jan 21, 2019 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to turn off FW_SetUnicode(.T.) *Fixed*
Replies: 8
Views: 1800
Next

Return to advanced search