Hi,
I’ve added a new glyph and mapped it to Microsoft Unicode 0130 ( which is: [BREAK PERMITTED HERE]). When I try to display this glyph on the test window with ALT+0130, nothing is displayed.
How can I get the glyph to display on the test window.
T.i.a.
Ted
I think it should be mapped to
U+201A : SINGLE LOW-9 QUOTATION MARK
That’s decimal codepoint 8218 in General Punctuation. I can type the character in the sample window with Alter 0130, but Alter 8218 gives odd results: I get ¦ or ‚ alternately.
Hi Bhikkhu,
Thanx for the quick reply.
It works, but if I want to add more glyphs, how can I determine where it should be mapped to.
t.i.a.
Ted Zebregs
Babel Map is very helpful.
When mapping characters to Microsoft Unicode Platform, use the select option. Choose the character set first (top window), then the character below.
Open the text file UnicodeData.txt in C:\Program Files\High-Logic\Font Creator Program\Unicode for a list of names and character codepoints. Search for name if you know it.
Hi Bhikkhu,
Sorry to bother you again, but I am still struggling with this.
Is there some kind of table which says when you press ALT+0130 the character that will be displayed is actually U+201A?
I can’t figure this out with the babelmap tool.
What I’m actually trying to do here, is create a number of glyphs that can be displayed by pressing ALT+0130 through ALT+159.
thanx
Ted Zebregs
Running Windows XP; Word 2000, Notepad and WordPad accept these ALT codes:
ALT followed by the hexadecimal Unicode mapping value and a description
0127: $007F - [DELETE]*
0128: $20AC - EURO SIGN
0129: $0081 - *
0130: $201A - SINGLE LOW-9 QUOTATION MARK**
0131: $0192 - LATIN SMALL LETTER F WITH HOOK
0132: $201E - DOUBLE LOW-9 QUOTATION MARK
0133: $2026 - HORIZONTAL ELLIPSIS
0134: $2020 - DAGGER
0135: $2021 - DOUBLE DAGGER
0136: $02C6 - MODIFIER LETTER CIRCUMFLEX ACCENT
0137: $2030 - PER MILLE SIGN
0138: $0160 - LATIN CAPITAL LETTER S WITH CARON
0139: $2039 - SINGLE LEFT-POINTING ANGLE QUOTATION MARK
0140: $0152 - LATIN CAPITAL LIGATURE OE
0141: $008D - [REVERSE LINE FEED]*
0142: $017D - LATIN CAPITAL LETTER Z WITH CARON
0143: $008F - [SINGLE SHIFT THREE]*
0144: $0090 - [DEVICE CONTROL STRING]*
0145: $2018 - LEFT SINGLE QUOTATION MARK
0146: $2019 - RIGHT SINGLE QUOTATION MARK
0147: $201C - LEFT DOUBLE QUOTATION MARK
0148: $201D - RIGHT DOUBLE QUOTATION MARK
0149: $2022 - BULLET
0150: $2013 - EN DASH
0151: $2014 - EM DASH
0152: $02DC - SMALL TILDE
0153: $2122 - TRADE MARK SIGN
0154: $0161 - LATIN SMALL LETTER S WITH CARON
0155: $203A - SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
0156: $0153 - LATIN SMALL LIGATURE OE
0157: $009D - [OPERATING SYSTEM COMMAND]*
0158: $017E - LATIN SMALL LETTER Z WITH CARON
0159: $0178 - LATIN CAPITAL LETTER Y WITH DIAERESIS
- Don’t map glyphs to control characters as they are not intended for printing.
** Keep in mind Word has a feature called AutoFormat that automatically replaces characters, like “Straight Quotes” with “Smart Quotes”. For example when you type ALT-0130 you should get
$201A - SINGLE LOW-9 QUOTATION MARK
but AutoFormat will replace that character with
$2018 - LEFT SINGLE QUOTATION MARK