Sfoglia il codice sorgente

* Use j/ḷ and l/ȷ pairs in glyph rotation.

tags/v0.99.beta14
Sam Hocevar sam 17 anni fa
parent
commit
a936f95c75
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. +5
    -1
      cucul/transform.c

+ 5
- 1
cucul/transform.c Vedi File

@@ -721,6 +721,8 @@ static uint32_t flopchar(uint32_t ch)
'Y', 0x2144, /* Y ⅄ */
'h', 0x03bc, /* h μ */
'i', 0x1d09, /* i ᴉ */
'j', 0x1e37, /* j ḷ */
'l', 0x0237, /* l ȷ */
'v', 0x028c, /* v ʌ */
'w', 0x028d, /* w ʍ */
'y', 0x03bb, /* y λ */
@@ -775,7 +777,7 @@ static uint32_t rotatechar(uint32_t ch)
{
/* ASCII */
' ', '*', '+', '-', '/', '0', '8', ':', '=', 'H', 'I', 'N',
'O', 'S', 'X', 'Z', '\\', 'l', 'o', 's', 'x', 'z', '|',
'O', 'S', 'X', 'Z', '\\', 'o', 's', 'x', 'z', '|',
/* Unicode */
0x2591, 0x2592, 0x2593, 0x2588, 0x259a, 0x259e, /* ░ ▒ ▓ █ ▚ ▞ */
0x2500, 0x2501, 0x2503, 0x2503, 0x253c, 0x254b, /* ─ ━ │ ┃ ┼ ╋ */
@@ -817,7 +819,9 @@ static uint32_t rotatechar(uint32_t ch)
'g', 0x1d77, /* g ᵷ */
'h', 0x0265, /* h ɥ */
'i', 0x1d09, /* i ᴉ */
'j', 0x1e37, /* j ḷ */
'k', 0x029e, /* k ʞ */
'l', 0x0237, /* l ȷ */
'm', 0x026f, /* m ɯ */
'r', 0x0279, /* r ɹ */
't', 0x0287, /* t ʇ */


Caricamento…
Annulla
Salva