Unicode Report

Unicode Report

Postby richard-service » Fri Mar 20, 2020 10:00 am

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
Code: Select all  Expand view

{ "CUST_NO"   , "C", 10, 0 },;  && 客戶編號
{ "CUST_CNM2" , "C", 12, 0 },;  && 客戶簡稱

COLUMN TITLE "客戶編號"   DATA (::cDBx)->CUST_NO
COLUMN TITLE "客戶簡稱"   DATA (::cDBx)->CUST_CNM2
COLUMN TITLE "聯絡人"     DATA (::cDBx)->CONTACTER
 

Image

This is MySQL and Unicode/UTF8
Don't set SIZE and it's very width, I need to set SIZE function
Code: Select all  Expand view

"`CUST_NO` char(10)  NOT NULL default '',"+;
"`CUST_CNM2` char(10)  NOT NULL default '',"+;

COLUMN TITLE "客戶編號"                      DATA AllTrim(::oDB:CUST_NO)                                          
COLUMN TITLE "客戶簡稱", "統一編號"     DATA AllTrim(::oDB:CUST_CNM2), AllTrim(::oDB:CUST_ID)
 

Image

I know ANSI/BIG5 and Unicode/UTF8 control word different.
How to control it same as ANSI/BIG5 way or easy coding it?
Any solution?
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v5.7 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
 
Posts: 764
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 91 guests

cron