02.12.2012, 10:35
I did command changes the name and everything is good except that all that is written in a file (in Hebrew) becomes gibberish ..
How do I fix this :S
I have this stock and I do not know how I use it :/
** Sorry for my bad English ..
How do I fix this :S
I have this stock and I do not know how I use it :/
pawn Код:
stock fwrite_utf8 (File: handle, str [], bool: use_utf8 = false)
{
if (! handle) return 0;
new x;
while (str [x]! = EOS) fputchar (handle, str [x + +], use_utf8);
return 1;
}