Modding:Code page 437: Difference between revisions

Line 380: Line 380:
| <code><nowiki>{{K|\t}}</nowiki></code>
| <code><nowiki>{{K|\t}}</nowiki></code>
| Dodge symbol
| Dodge symbol
| This works because <code>\t</code> stands for the TAB character, which has an ASCII character code of 9. Thus, it maps to code page 437 \u0009.
| This works because <code>\t</code> stands for the TAB character, which has an ASCII character code of 9. Thus, it maps to code page 437 \x09.
|-
|-
| {{Color | G | •}}
| {{Color | G | •}}
| <code><nowiki>{{G|\a}}</nowiki></code>
| <code><nowiki>{{G|\a}}</nowiki></code>
| Blocked attack blip<br>(among other things)
| Blocked attack blip<br>(among other things)
| This works because <code>\a</code> stands for the BEL character, which has an ASCII character code of 7. Thus, it maps to code page 437 \u0007.
| This works because <code>\a</code> stands for the BEL character, which has an ASCII character code of 7. Thus, it maps to code page 437 \x07.
|}
|}


{{Modding Navbox}}
{{Modding Navbox}}