d0c-s4vage/pfp

Charsets are unimplemented

Open

#39 aperta il 14 set 2016

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (37 fork)github user discovery
buggood first issue

Metriche repository

Star
 (203 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor