本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
slang driver: enable utf8 auto-detection
The slang internal auto-detection of utf8 is only executed by a call to SLutf8_enable(-1).
tags/v0.99.beta20
Bastian Maerkisch
7 年之前
父節點
da28e9684e
當前提交
68b9dcac92
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
caca/driver/slang.c
+ 1
- 0
caca/driver/slang.c
查看文件
@@ -178,6 +178,7 @@ static int slang_init_graphics(caca_display_t *dp)
#endif
#ifdef HAVE_SLSMG_UTF8_ENABLE
SLutf8_enable(-1); /* execute utf8 autodetection */
SLsmg_utf8_enable(1); /* 1 == force, 0 == disable, -1 == autodetect */
SLtt_utf8_enable(-1);
#endif
Write
Preview
Loading…
取消
儲存