d0c-s4vage/pfp

Charsets are unimplemented

Open

#39 opened on 2016年9月14日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (37 forks)github user discovery
buggood first issue

Repository metrics

Stars
 (203 stars)
PR merge metrics
 (PR metrics pending)

説明

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));

コントリビューターガイド