diff options
| author | 2017-05-26 17:35:04 +0200 | |
|---|---|---|
| committer | 2017-05-26 17:35:04 +0200 | |
| commit | 2d5bb2dc20176f765a5fb7f1e59ff4e27a41e34e (patch) | |
| tree | 970d01003a218697f02f1c63cc3434c58b747eb2 /src/lib/util | |
| parent | 763ea8412b5754a18fa04f1e9d8ad60e6a08c4ae (diff) | |
New working clone added
----------
Speak & Spell (Spanish, prototype) [hap, Sean Riddle, David Viens]
Diffstat (limited to 'src/lib/util')
| -rw-r--r-- | src/lib/util/unicode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/unicode.h b/src/lib/util/unicode.h index 189aa877d29..8a1180dcc92 100644 --- a/src/lib/util/unicode.h +++ b/src/lib/util/unicode.h @@ -60,12 +60,14 @@ #define o_UMLAUT "\xc3\xb6" /* small o with an umlaut */ #define u_UMLAUT "\xc3\xbc" /* small u with an umlaut */ #define e_ACUTE "\xc3\xa9" /* small e with an acute */ +#define n_TILDE "\xc3\xb1" /* small n with a tilde */ #define A_RING "\xc3\x85" /* capital A with a ring */ #define A_UMLAUT "\xc3\x84" /* capital A with an umlaut */ #define O_UMLAUT "\xc3\x96" /* capital O with an umlaut */ #define U_UMLAUT "\xc3\x9c" /* capital U with an umlaut */ #define E_ACUTE "\xc3\x89" /* capital E with an acute */ +#define N_TILDE "\xc3\x91" /* capital N with a tilde */ #define UTF8_LEFT "\xe2\x86\x90" /* cursor left */ #define UTF8_RIGHT "\xe2\x86\x92" /* cursor right */ |
