Article ID: 290978 - Last Review: November 23, 2006 - Revision: 2.6 WD2002: Symbol Characters Are Changed to Box CharactersThis article was previously published under Q290978 For a Microsoft Word 2000 version of this article, see 212396
(http://support.microsoft.com/kb/212396/EN-US/
)
.
For a Microsoft Word 98 Macintosh Edition version of this article, see 184634 (http://support.microsoft.com/kb/184634/EN-US/ ) . For a Microsoft Word 97 version of this article, see 160022 (http://support.microsoft.com/kb/160022/EN-US/ ) . On This PageSYMPTOMS
In Microsoft Word, when you format text with a symbol font such as Wingdings, and then change to a non-symbol font such as Times New Roman, the text is replaced with box characters.
CAUSE
Word displays the box characters after it translates the symbol font to its Unicode equivalent. Therefore, this behavior occurs if the following steps are performed in the given order:
WORKAROUNDMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact a Microsoft Certified Partner or Microsoft Advisory Services. For more information, visit these Microsoft Web sites: Microsoft Certified Partners - https://partner.microsoft.com/global/30000104 (https://partner.microsoft.com/global/30000104) Microsoft Advisory Services - http://support.microsoft.com/gp/advisoryservice (http://support.microsoft.com/gp/advisoryservice) For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:http://support.microsoft.com/default.aspx?scid=fh;EN-US;CNTACTMS (http://support.microsoft.com/default.aspx?scid=fh;en-us;cntactms) For additional information, click the article number below to view the article in the Microsoft Knowledge Base: 290140
(http://support.microsoft.com/kb/290140/EN-US/
)
OFFXP: How to Run Sample Code from Knowledge Base Articles
The following Microsoft Visual Basic for Applications (VBA) macro converts the symbol characters to non-symbol characters.
NOTE: Before you run this macro, select the box characters. MORE INFORMATION
The following table lists common symbol and non-symbol fonts:
UnicodeUnicode is a 16-bit character set designed to cover all of the world's major living languages, in addition to scientific symbols and dead languages that are the subject of scholarly interest. It eliminates the complexity of multi-byte character sets that are currently used in UNIX and Microsoft Windows to support Asian languages. A consortium of companies, including Apple, Microsoft, Hewlett-Packard (HP), Digital, and IBM, created Unicode. These companies used information from the ISO-10646 standard to produce a single standard in 1993. Unicode is the basis for the Microsoft Windows NT operating system.Unicode is a 16-bit character set, in which all characters occupy the same space. The first 256 values are the same as the ISO-Latin character set, which is also the basis for the ANSI character set used in Microsoft Windows 3.1 and Microsoft Windows 95. However, Unicode defines 34,168 distinct coded characters. In most character sets, a single value is often assigned to several characters. For example, in ASCII a "-" character is used to represent a hyphen, a minus sign, a dash, and a non-breaking hyphen. In Unicode, each meaning is given its own code; that is, a hyphen is represented by a character different from a minus sign, and so forth. The Unicode standard contains only one instance of each character and assigns it a unique name and code value. It also supports combining accent characters, which follow the base character that they are to modify. For more information about Unicode, visit the Unicode Web site at the following location: http://www.unicode.org/
(http://www.unicode.org/)
| Article Translations
|
Back to the top
