From: Tom (applemeister@f2s.com)
Date: Thu Mar 27 2008 - 06:16:25 CST
Now it's my turn to feel like an idiot!
I accidentally thought that you were sending this to the Macintosh
Java development thread. The escape code I talked about earlier is for
displaying Unicode characters in a Java program!
If you're using a Windows based machine, then my advice would be to
consult the Character Map accessory, or use the methods suggested by
others.
If, on the other hand, you are using a Mac then there are two
different ways to go about it:
1. Select the "Special Characters..." item from the Edit menu (or hold
down Command-Option-T); this will bring up the Character Palette from
which you can locate the character (it's held in the "Latin" glyph
block). Getting it in your document is as simple as double-clicking on
the character from the table.
2. From the input menu (this will be the menu with a flag in the top
right-hand corner of the menu bar) select the Unicode Hex Input item.
If it isn't available, you'll need to select "Open International...",
and scroll down until you find "Unicode Hex Input".
Once Unicode Hex Input is the active input method, simply hold down
the Option key and type the character's code.
So Option-0113 will produce ē
--------------------------------------------------------------------------------------
An Apple a day keeps Microsoft away
Second Lt. Applemeister of the 68k Macintosh Liberation Army
On 26 Mar 2008, at 21:00, Tom wrote:
> You need to use the Unicode escape code '\u'. So for a lowercase e
> with a macron, it would be \u0113.
>
> Hope that helps
>
> Tom
> --------------------------------------------------------------------------------------
> An Apple a day keeps Microsoft away
>
> Second Lt. Applemeister of the 68k Macintosh Liberation Army
>
>
>
> On 26 Mar 2008, at 19:58, Ann-Marie wrote:
>> I feel like an idiot, but I cannot figure out how to create a small
>> letter e with macron.
>>
>> I've seen different codes: 112, 113 and 114. I could figure out
>> which one will give me what I want, if I could end up with anything
>> on the screen.
>>
>> I've read instructions that tell me to hold down Control-Shift and
>> enter 112, 113 or 114. Nothing happens.
>>
>> Obviously, I've missed something. HELP!
>>
>> Ann-Marie
>>
>>
>>
>
This archive was generated by hypermail 2.1.5 : Thu Mar 27 2008 - 06:18:22 CST