d0c-s4vage/pfp

Charsets are unimplemented

Open

#39 geöffnet am 14. Sept. 2016

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (37 Forks)github user discovery
buggood first issue

Repository-Metriken

Stars
 (203 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide