Microsoft KB Archive/271249

From BetaArchive Wiki
Knowledge Base


Article ID: 271249

Article Last Modified on 10/16/2002



APPLIES TO

  • Microsoft Access 2000 Service Pack 1



This article was previously published under Q271249

SYMPTOMS

You cannot preview or you cannot print Unicode characters that do not have ASCII code values on Far East versions of Microsoft Windows 98 and Microsoft Windows 98 Second Edition. This affects Japanese extended characters, Korean K1 characters, and Chinese Traditional non-big5 characters.

For example, the following character cannot be displayed correctly:

[KOU]:unicode Japanese Kanji character (Unicode: 705D)


CAUSE

Some of the Kanji characters have only Unicode and do not have ASCII code. For example, [KOU]:unicode Japanese Kanji character (Unicode: 705D) does not have ASCII code. The ExtTextOutA() API is for ASCII code characters. ExtTextOutW() API is for Unicode characters. Usually, you use ExtTextOutW() with Unicode in Access. But there is a bug in the Windows 9x ExtTextOutW() API. Therefore, Access converts the Unicode to ASCII and uses ExtTextOutA() with ASCII code. In this case, the special characters that do not have ASCII code cannot convert Unicode to ASCII code. Therefore, Access cannot display the characters correctly.

RESOLUTION

To resolve this problem, obtain the latest service pack for Microsoft Office 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

276367 OFF2000: How to Obtain the Latest Office 2000 Service Pack




STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft Office 2000 Service Pack 2.

MORE INFORMATION

Because Microsoft Windows 95 does not support Unicode completely, this module does not fix this problem on Far East versions of Windows 95.


Additional query words: uni code sp2

Keywords: kbbug kbfix kboffice2000sp2fix kboffice2000presp2fix kbqfe KB271249