[HELP] I Can't Save Thai Language In File
#1

Код:
public ChatLog(const string[])
{
  new year, month,day;
	getdate(year, month, day);
	new curHour, curMinute, curSecond;
	gettime(curHour, curMinute, curSecond);
	new entry[256];
	new sfile[256];
	format(entry, sizeof(entry), "(%d/%d/%d)%s\n", curHour, curMinute, curSecond, string);
	format(sfile, sizeof(sfile), "chat/Chat[%d-%d-%d].log", day, month, year);
	new File:hFile;
	hFile = fopen(sfile, io_append);
	fwrite(hFile, entry);
	fclose(hFile);
}
And Text In File
Код:
(12/31/8)Lucis_Caelam: вЛЕж(12/31/55)Lucis_Caelam: ...(12/32/44)(аґзЎгЛБи) Lucis_Caelam(0): ... )(12/34/10)* Lucis_Caelam ...
(12/34/34)* Lucis_Caelam аЗГ
And What I Do Line spacing In File
Help me please
Reply
#2

There was a thread about Hebrew writing, it should work for your situation too.

Search.
Reply
#3

Methinks only use english character.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)