Quote:
Originally Posted by bigcomfycouch
edited
pawn Код:
new string[128]; new File: temp = fopen("sample.txt", io_write); format(string, 128, "서버의 정책을 지정합니다."); for(new j = 0; j < strlen(string); j++) { if(string[j] == '\0') break; fputchar(temp, string[j], true); } fclose(temp);
can't test, non-latin characters are question marks for me in pawno
|
doesn't work
It only works when utf8 argument is false
thanks anyway