This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
* Make Charset class methods explicitly public.
tags/v0.99.beta14
Sam Hocevar
sam
17 年之前
父節點
94c42350dd
當前提交
38c75c1bab
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cxx/cucul++.h
+ 1
- 0
cxx/cucul++.h
查看文件
@@ -30,6 +30,7 @@ class Cucul;
class Charset
{
public:
unsigned long int utf8ToUtf32(char const *, unsigned int *);
unsigned int utf32ToUtf8(char *, unsigned long int);
unsigned char utf32ToCp437(unsigned long int);
Write
Preview
Loading…
取消
儲存