Problem - Hebrew to Gibberish
#1

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 :/

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;
}
** Sorry for my bad English ..
Reply
#2

Someone ??
Reply
#3

isn't utf8 supposed to be a hasher..
Reply
#4

Oh.
Maybe his text files are in the ANSI format and he is saving one of those things in UTF8 which might be turning it into "gibberish"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)