[BUG]Some problems with Unicode
#1

I format a string like this(same as using "format") using colour embedding:
Код:
new string[128] = "";
strcat(string," 輸入{FF0000}/racestart{00BF8A}可以舉行{8000FF}");
strcat(string,RaceName[CurrentCP[playerid] - CP_BLRACE]);
strcat(string,"{00BF8A}.");
SendClientMessage(playerid, COLOR_BLUEISHGREEN, string);
But the result is:


Also, some unicode characters cannot be displayed(while 0.3b can),showing something like formating strings with unicode characters without any ascii characters before it.Some unicode characters are also identified as invalid character constant in the compiler.
Reply


Messages In This Thread
[BUG]Some problems with Unicode - by leong124 - 29.11.2010, 08:53
Re: [BUG]Some problems with Unicode - by Kalcor - 29.11.2010, 08:56
Re: [BUG]Some problems with Unicode - by leong124 - 29.11.2010, 09:03
Re: [BUG]Some problems with Unicode - by Kalcor - 29.11.2010, 09:16
Re: [BUG]Some problems with Unicode - by leong124 - 29.11.2010, 09:27
Re: [BUG]Some problems with Unicode - by Kalcor - 29.11.2010, 09:33
Re: [BUG]Some problems with Unicode - by leong124 - 29.11.2010, 09:33
Re: [BUG]Some problems with Unicode - by Simon - 29.11.2010, 10:04
Re: [BUG]Some problems with Unicode - by JernejL - 29.11.2010, 10:17
Re: [BUG]Some problems with Unicode - by Simon - 29.11.2010, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)