Using one Unicode input method at a time (Using the Unicode IME on XP)

by Michael S. Kaplan, published on 2008/06/26 10:01 -04:00, original URI: http://blogs.msdn.com/b/michkap/archive/2008/06/26/8654732.aspx


So back in the beginning of 2008, Harold Fuchs (in response to my Typing in random Unicode code points blog from almost 2.5 years prior, asked over in the Suggestion Box:

The method you described in May 2005 ("Typing in random Unicode code points") for entering Unicode characters by installing the Chinese language and IME simply doesn't work on my Win XP Pro + SP2 system.

The idea is that you select Chinese and then, with Numlock turned on, type the decimal character code on the numeric keypad while holding down the Alt key. I've tried it in IE7, Outlook Express 6 and Wordpad. No joy. For example, the decimal code 10003 (hex 2713) should produce a tick (check mark in American English). It doesn't. It merely produces a double exclamation mark, the same as if Chinese were not even installed, let alone selected.

Please, what have I done wrong?

It took me a minute to try and follow this, then I realized the problem.

My earlier blog started with some simple introductory test:

People ask all the time how they can type in random Unicode data.

Some people point out the vast array of supported
Keyboard Layouts on Windows.

Others point out how you can create your own keyboards with
MSKLC.

Still others talk about fancy things you can do with the numeric keypad.

And then still others like to go on about typing a code point value in Word, highlighting it, and then hitting <Alt+X>.

Personally, I like to just install the Unicode IME, first added for Traditional Chinese in Windows 2000 and available in every version of Windows since then.

I then went on to explain how to install and use the Unicode IME.

Of course note that the "every version of Windows since then" claim has since the time and date of that blog stopped being true when they stopped including it, which begin in Vista (as I explained here when I first gave a possible alternative!).

Now my post a couple of months later (Typing in random Unicode code points redux) links to How to enter Unicode characters into Microsoft Windows which gives lots of ways to get the input done, also.

But for XP SP2, the text in the original article is valid.

The problem is that Harold was taking more than one of the five different methods I listed that can all be used to enter Unicode code points, and combining them. So when it didn't work, the entire article that happened to enumerate five completely different methods was considered incorrect. :-(

Taking a closer look:

The idea is that you select Chinese and then, with Numlock turned on,

No, this part is not needed and therefore not really right. :-(

type the decimal character code on the numeric keypad

No, you use hexadecimal code unit, not decimal.

while holding down the Alt key.

No, this will make it not use the Unicode IME at all. This will use the numpad method (hinted at in the introductory part of that blog).

I've tried it in IE7, Outlook Express 6 and Wordpad. No joy.

Kind of expected under the circumstances. :-(

For example, the decimal code 10003 (hex 2713) should produce a tick (check mark in American English).

Actually, unless you add special information to the registry, the numpad method only uses decimal and only takes four decimal digits. So U+2713 (CHECK MARK) would not be produced in this case.

It doesn't. It merely produces a double exclamation mark, the same as if Chinese were not even installed, let alone selected.

I am not sure how U+203c (DOUBLE EXCLAMATION MARK) came out of here, but the Unicode IME wasn't being used (and it never uses decimal values here).

So, the solution is definitely to keep the different methods separate and just use one of them -- for XP my preference is still to use the Unicode IME, which if you think about it is the only method I gave more than hints at in terms of instructions for use. :-)

 

This blog brought to you byand(U+2713 and U+203c, aka CHECK MARK and DOUBLE EXCLAMATION POINT)


no comments

Please consider a donation to keep this archive running, maintained and free of advertising.
Donate €20 or more to receive an offline copy of the whole archive including all images.

go to newer or older post, or back to index or month or day