I am looking for the right settings to be able to use the proper ASCII codes. I suppose it is related to keyboard- or regional settings, but I cannot seem to find the answer...
This is because Windows uses ANSI rather than ASCII codes. Alt+0224 produces an a with an acute accent.
To find out ANSI codes, run character map (charmap.exe) and have a look at the keystroke for your appropriate character.
Remember that the actual character will depend on your current font.
The first 128 characters are identical between ASCII and ANSI, it is unfortunately those further up (the accented characters, mathematical symbols etc) that differ.
To enter an ANSI keyboard code, you need to use a 4 digit number with a leading zero, as per my example above.
I am fully aware of that, unfortunately I really need the alpha and it is not included in the extended set.
Let me explain the situation:
I am writing a WinWord template for documents concernig chemical products. In an opening screen, the products' name is entered into a textbox. This name is used later to compose the document name, and occurs at several places (as a document property field) in the document as well. Sometimes the product name contains an alpha, beta or delta character.
I can't change the textboxes font into 'Symbol' because then the entire name will be in symbol.
The only thing I can come up with now, is writing 'alpha' into the textbox, use this for the document name (apparently I can't use alpha's there either) and perform a search and replace action to convert 'alpha' into the symbol.
I think it's a nasty solution do you have a better idea?
Look in Tools/AutoCorrect... (AutoCorrect tab) to see if there is an entry to automatically replace [blue] à [/color] with [blue] ó [/color] (Alt-0224 v Alt-0243).
How did you get the [blue] ó [/color] in your post here? Did you type Alt-0224? (I had to type Alt-0243 to get that there.) Perhaps there is a problem with your keyboard. Alt-0224 should produce [blue] à [/color] in almost all character fonts.
Perhaps if all else fails, you can copy the character from the Character Map (Start/Programs/Accessories/System Tools/Character Map -- or Start/Run: C:\WINDOWS\CHARMAP.EXE)
'Zathras':
I don't want the Ó, ó, or à (produced by ALT+ 224, 0243 and 0224), but I need the Greek letter alpha (a in the font 'Symbol'). However, I need to use the keyboard to type it because I'm entering it into a textbox, together with 'normal font' letters.
John:
This what I was thinking of, but I don't really like it... Anyway, if this is the way, so be it.
Actually, I won't use autocorrect, but write it in the 'document startup' macro.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.