09.09.2014, 15:11
(
Последний раз редактировалось dusk; 09.09.2014 в 15:59.
)
The newest release can be downloaded from github, here.
Older links seem to be down... I've uploaded R6, here.
EDIT: i've got a question of my own.
Plugin version: R39-2
OS: Windows
Code used to set charset:
I use WAMP. But it's not even in C:. Why would it search in C drive? Or if I want to use it I have to put it in that folder?
Older links seem to be down... I've uploaded R6, here.
EDIT: i've got a question of my own.
Quote:
[18:40:08] [ERROR] CMySQLConnection::SetCharset - error 2019: Can't initialize character set windows-1257 (path: C:\mysql\\share\charsets\) |
OS: Windows
Code used to set charset:
pawn Код:
mysql_pquery(DbHandle,"SET NAMES cp1257");
mysql_set_charset("Windows-1257");