Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyrillic data from input should displayed correctly #10

Closed
bliuchak opened this issue Mar 12, 2014 · 5 comments
Closed

Cyrillic data from input should displayed correctly #10

bliuchak opened this issue Mar 12, 2014 · 5 comments
Assignees
Labels

Comments

@bliuchak
Copy link
Owner

No description provided.

@bliuchak bliuchak added the bug label Mar 12, 2014
@bliuchak bliuchak self-assigned this Mar 12, 2014
@bliuchak
Copy link
Owner Author

Fixed by adding the following options array to connection variable

$params = array_merge($config->database->toArray(), array(
    "options" => array(
        PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'
    ) ));

Also need replace old db data because of this.

@bliuchak bliuchak assigned grubastik and unassigned bliuchak Mar 14, 2014
@bliuchak
Copy link
Owner Author

Hmm.. I think we need update phalcon @grubastik

@bliuchak
Copy link
Owner Author

Fixed. Please review 22de09b

@bliuchak
Copy link
Owner Author

Not worked

@grubastik
Copy link
Collaborator

updated phalcon to version 1.3.1. Issue could not be reproduced any more. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants