• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Notepad won't display asian characters

ChaoZ

Diamond Member
They appear as rectangles. It worked fine before and just started happening today. I didn't change any settings that I am aware of. I'm using Win7.
 
What font are you using? Not all the fonts have the necessary code points mapped in. The default Notepad font, Lucida Console, definitely does. And IIRC, the NT6.1 version of Consolas does as well (but not the NT6.0 version, at least for some of the ranges). And, IIRC, Courier New does too (though it's been a while since I checked). Many other fonts (esp. those not supplied by Windows), however, do not.

It's also possible, though unlikely, that you somehow uninstalled/deleted your Asian fonts. The fonts mentioned above don't actually contain the characters, but rather, they contain tables that "link" to the actual Asian fonts.

It's also possible that Notepad is using the wrong code page to open the files, though given your symptoms, this is highly unlikely (since this would normally manifest itself as a different kind of nonsense, not the "appear as rectangles" type).

It's also possible that some program somehow overwrote those fonts mentioned above with an older version that lacks the proper mappings for the Asian code points, though this is also unlikely because the Windows system file protection mechanism should've prevented that.
 
Back
Top