本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
* Improve rotated T, add P Q R ; 3 4
tags/v0.99.beta18
Pascal Terjan
pterjan
14 年之前
父節點
2014be66e4
當前提交
d9a814e437
共有
1 個檔案被更改
,包括
7 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
caca/transform.c
+ 7
- 1
caca/transform.c
查看文件
@@ -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 ⅄ */
Write
Preview
Loading…
取消
儲存