Click to See Complete Forum and Search --> : Display Greek letter


Zoom98
May 28th, 2003, 12:59 PM
Hi ,


I need to Attach a Greek Letter in the string table. The resource id is used to input the Greek capital letter - DELTA , into HTML file as well as CSV and Excel files.

I have used Δ in string table to display DELTA , but the delta is shown only in HTML file. I have a requirement that , By using one data format , i should be able display DELTA(Traingle symbol) in all the 3 formats.

Would appreciate any idea's on this.

Thanks
Zoom

Yves M
May 28th, 2003, 02:47 PM
The csv file is by default ANSI, not Unicode, so it's impossible to display that correctly. It may work if you open the csv file with a greek codepage however.

For Excel, it greatly depends on how you write the .xls file.

Yves M
May 29th, 2003, 04:49 AM
Zoom98 wrote on 05-28-2003 10:09 PM:
Thanks Yves M

How can i Open a CSV file in Greek code Page ? If i open it in a Greek page .. can i view all other contents in English except the Delta in Greek.

I don't know, check the Excel documentation.


How do i display delta in XML file using VC++ ?

all XML files are Unicode by default, so just put in the correct Unicode character and a proper XML browser will display it correctly.