Search found 3 matches

by suteneko
Fri May 23, 2008 11:24 am
Forum: XLSReadWriteII 3/4/5
Topic: Unicode judgment failed
Replies: 5
Views: 4396

Hello.

The font I used is Arial. This font is unicode font.
When I write "ÜB" to EXCEL manualy with Arial font, there is no problem.

How can I solve the problem.
by suteneko
Wed May 21, 2008 6:51 am
Forum: XLSReadWriteII 3/4/5
Topic: Unicode judgment failed
Replies: 5
Views: 4396

I wrote wrong result for first example. > For example > xlrReadWrite.Sheet[0].AsString[0, 0] := #$00DC#$0042; // ÜB > This result in EXCEL is failed. The accent mark of U disappear. Correctly result is... This result in EXCEL is failed. The Japanese one-byte character "ワ"appear instead of ...
by suteneko
Wed May 21, 2008 6:13 am
Forum: XLSReadWriteII 3/4/5
Topic: Unicode judgment failed
Replies: 5
Views: 4396

Unicode judgment failed

Hi, I'm user of XLRReadWriteII4 of Japan. I can't create Unicode cell that include only character under FF. For example xlrReadWrite.Sheet[0].AsString[0, 0] := #$00DC#$0042; // ÜB This result in EXCEL is failed. The accent mark of U disappear. One more example, xlrReadWrite.Sheet[0].AsString[0, 0] :...