Posts: 723
Threads: 366
Joined: Jun 2016
Hi,
I retrieve IPB topic message to sa-mp server, but problem is some letters, after i load to sa-mp server, and again update and update post in IPB some letters showing as
?? i think i need to use encode, decode, but what i need to use?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Do you have a license for that software? 'Cause I categorically refuse aid to people who use pirated software.
Posts: 723
Threads: 366
Joined: Jun 2016
Posts: 482
Threads: 3
Joined: Dec 2009
Reputation:
0
If you have an PHP experience, I would make a small script, that uses CURL and collects the required data from IPB and then encode it differently when passed into samp server.
You can however change the encoding in PAWN, but if you have PHP knowledge it might be easier for you since the functions are already made for you.
Posts: 723
Threads: 366
Joined: Jun 2016
These letters in my country ąčęėįšųū is bad loading in pawn.. I tried
https://sampforum.blast.hk/showthread.php?tid=362764
utf8encode but nothing... What function i need to use?