User Tools

Site Tools


unicode_characters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
unicode_characters [2015/03/03 16:42]
bgm added AX link at bottom
unicode_characters [2015/03/17 15:24] (current)
bgm added link to ax config files
Line 1: Line 1:
 +====== Extended Glyphs used in Chant Text ======
 +
 +Every glyph (character) has a corresponding //codepoint// in the unicode table of all the possible glyphs in a font.  This table will both provide you with the character that you can copy and paste, as well as the unicode codepoint.  
 +
 +If the glyph has a corresponding ascii code, then (in Windows, anyway :-P ) you can insert the key using your extended numberpad on your keyboard by holding the //alt// key whilst you enter the ascii codepoint.  
 +
 +You will notice that there are not ascii codepoint for all the glyphs :-( - that is because those glyphs don't exist in the ascii table.
 +
 +Another thing to remember is that there are __three__ puzzle pieces needed for you to use unicode characters that don't have corresponding ascii codepoints: first, your text file needs to be encoded as unicode.  Second, your text editor needs to be able to render unicode characters.  Third, your font needs to have the very characters!  Every text editor can render ascii, but not every text editor can render unicode.  So if you find that you can't seem to get unicode characters into your code, it is a problem with one of these two puzzle pieces.  In the following table, the unicode points are correct for **most** fonts - it is possible that a font authour has placed their glyphs in the wrong codepoints, which means that some fonts can differ from others.
 +
 +
 +^  dipthongs ^unicode ^ascii ^ ^special ^codepoint ^ascii ^
 +|  **æ**|<color red>00e6</color> |0230 | |  **†**|<color red>2020</color> |     |
 +|  **ǽ**|<color red>01fd</color> |     | |  **✠**|<color red>2720</color> |     |
 +|  **Æ**|<color red>00c6</color> |0198 |
 +|  **Ǽ**|<color red>01fc</color> |            |  **℟**|<color red>211f</color>  |          
 +|  **œ**|<color red>0153</color> |            |  **℣**|<color red>2123</color>  |     |
 +|  **Œ**|<color red>0152</color> |            |  **Ⱥ**|<color red>025a</color>  |     |
 +
 +^  accent ^codepoint   ^ascii ^ ^  dots^codepoint  ^ascii ^
 +|  **á**|<color red>00e1</color> |0225 | |  **ä**|<color red>00e4</color> |0228 |
 +|  **é**|<color red>00e9</color> |0233 | |  **ë**|<color red>00eb</color> |0235 |
 +|  **í**|<color red>00ed</color> |0237 | |  **ï**|<color red>00ef</color> |0239 |
 +|  **ó**|<color red>00f3</color> |0243 | |  **ö**|<color red>00f6</color> |0246 |
 +|  **ú**|<color red>00fa</color> |0250 | |  **ü**|<color red>00fc</color> |0508 |
 +|  **ý**|<color red>00fd</color> |0509 | |  **ÿ**|<color red>00ff</color> |0255 |
 +|  **Á**|<color red>00c1</color> |0193 | |  **Ä**|<color red>00c4</color> |0196 |
 +|  **É**|<color red>00c9</color> |0201 | |  **Ë**|<color red>00cb</color> |0203 |
 +|  **Í**|<color red>00cd</color> |0205 | |  **Ï**|<color red>00cf</color> |0207 |
 +|  **Ó**|<color red>00d3</color> |0211 | |  **Ö**|<color red>00d6</color> |0214 |
 +|  **Ú**|<color red>00da</color> |0218 | |  **Ü**|<color red>00dc</color> |0220 |
 +|  **Ý**|<color red>00dd</color> |0221 | |  **Ÿ**|<color red>0178</color> |     |
 +
 +[[http://vulpeculox.net/ax/|AX is a little windows program]] that easily and quickly lets you swap a regular letter for a special character.  [[https://gist.github.com/BGMcoder/9f85cd08cf77c5392c48|Here is a configuration file prepared]] for Latin and Chant characters.
 +
 +[[http://copypastecharacter.com/alphabetical-order|Still need more characters?]]
 +
 +----
 +Back to [[Start]] Page
  
unicode_characters.txt · Last modified: 2015/03/17 15:24 by bgm