浏览代码

* Make Charset class methods explicitly public.

tags/v0.99.beta14
Sam Hocevar sam 17 年前
父节点
当前提交
38c75c1bab
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +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);


正在加载...
取消
保存