d0c-s4vage/pfp

Charsets are unimplemented

Open

#39 创建于 2016年9月14日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (37 fork)github user discovery
buggood first issue

仓库指标

Star
 (203 star)
PR 合并指标
 (PR 指标待抓取)

描述

The actual line I had was like that: StringToWString(value,CHARSET_JAPANESE), and CHARSET_JAPANESE was reported as undefined.

It should also be noted that the following implicit cast to utf-8 is valid:

local string out;
SPrintf(out,"%s",StringToWString(value,CHARSET_JAPANESE));

贡献者指南