Problems with half sign (hex BD)
Posted: Mon Feb 15, 2010 6:39 am
Hello,
If I assign XLSWrite1.Sheets[0].AsString[Col1,Row1] := chr(189)
I get in German windows the correct half sign in Czech Windows the sign "1"
(perhaps the "first" sign from 1/2, because for the 3/4 sign (hex BE) I get in Czech Windows the sign "3")
If I assign XLSWrite1.Sheets[0].AsString[Col1,Row1] := chr(189)+ chr($30D0)
I get in German and Czech windows the correct half sign + the correct japanese sign
Have somebody an idea how I can assign a half sign?
I use Windows 7, Delphi 2009 Prof, XLS-components 4.00.21, because I can not install the current version ( Access violation reading Tsheet.MergedCells)
Thanks,
Heinz Herzog
If I assign XLSWrite1.Sheets[0].AsString[Col1,Row1] := chr(189)
I get in German windows the correct half sign in Czech Windows the sign "1"
(perhaps the "first" sign from 1/2, because for the 3/4 sign (hex BE) I get in Czech Windows the sign "3")
If I assign XLSWrite1.Sheets[0].AsString[Col1,Row1] := chr(189)+ chr($30D0)
I get in German and Czech windows the correct half sign + the correct japanese sign
Have somebody an idea how I can assign a half sign?
I use Windows 7, Delphi 2009 Prof, XLS-components 4.00.21, because I can not install the current version ( Access violation reading Tsheet.MergedCells)
Thanks,
Heinz Herzog