Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
* Improve rotated T, add P Q R ; 3 4
tags/v0.99.beta18
Pascal Terjan
pterjan
hace 15 años
padre
2014be66e4
commit
d9a814e437
Se han
modificado 1 ficheros
con
7 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+7
-1
caca/transform.c
+ 7
- 1
caca/transform.c
Ver fichero
@@ -925,10 +925,13 @@ static uint32_t rotatechar(uint32_t ch)
/* ASCII-Unicode */
'_', 0x203e, /* _ ‾ */
',', 0x00b4, /* , ´ */
';', 0x061b, /* ; ؛ */
'`', 0x02ce, /* ` ˎ */
'&', 0x214b, /* & ⅋ */
'!', 0x00a1, /* ! ¡ */
'?', 0x00bf, /* ? ¿ */
'3', 0x0190, /* 3 Ɛ */
'4', 0x152d, /* 4 ᔭ */
'A', 0x2200, /* A ∀ */
'B', 0x10412,/* B 𐐒 */
'C', 0x03fd, /* C Ͻ */
@@ -938,7 +941,10 @@ static uint32_t rotatechar(uint32_t ch)
'G', 0x2141, /* G ⅁ */
'J', 0x148b, /* J ᒋ */
'L', 0x2142, /* L ⅂ */
'T', 0x2534, /* T ┴ */
'P', 0x0500, /* P Ԁ */
'Q', 0x038c, /* Q Ό */
'R', 0x1d1a, /* R ᴚ */
'T', 0x22a5, /* T ⊥ */
'U', 0x0548, /* U Ո */
'V', 0x039b, /* V Λ */
'Y', 0x2144, /* Y ⅄ */
Escribir
Vista previa
Cargando…
Cancelar
Guardar