FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Characters from different code tables
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Characters from different code tables
Posted: Tue Aug 29, 2023 09:11 AM

Hi,

Is it possible to show text in the xBrowse cell with characters inserted into it from another code table

(for example, superscript characters of space or volume. As in Word/Excel) ?

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Characters from different code tables
Posted: Tue Aug 29, 2023 09:51 AM
I can tell you this much.
If the string appears correctly using "?" command, it will appear the same way in XBrowse also.
First, test with
Code (fw): Select all Collapse
? cText
Regards



G. N. Rao.

Hyderabad, India
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Characters from different code tables
Posted: Tue Aug 29, 2023 12:48 PM

Good.

Is it possible to use different fonts in the same row (not in different rows) of the cell ?

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Characters from different code tables
Posted: Tue Aug 29, 2023 03:23 PM
superscript characters of space or volume
Please give some examples and let us try now.
Any character can also be expressed in utf8. Then we can concatenate all utf8 characters
Regards



G. N. Rao.

Hyderabad, India
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Characters from different code tables
Posted: Tue Aug 29, 2023 06:03 PM

Thanks! This is what I need

Continue the discussion