Subscribe

Wishes and future requests

You are viewing a single message from this topic. View all messages.

  1. 2012-11-17 10:21:42 PST
    To change default charset, just implement customization with login() method and call there: function login($login, $password) { $connection = connection(); $connection->query('SET character_set_client=latin1, character_set_results=latin1'); return parent::login($login, $password); }
Jump To:
< Previous | 1 | 2 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.