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

Character Set UTF-8 #2044

Closed
harikt opened this issue Aug 28, 2011 · 5 comments
Closed

Character Set UTF-8 #2044

harikt opened this issue Aug 28, 2011 · 5 comments
Labels

Comments

@harikt
Copy link

harikt commented Aug 28, 2011

The command

app/console doctrine:database:create

Not creating a UTF-8 based database . By default its creating latin1_swedish_ci . Is that correct ?

I am seeing UTF-8 accross the config.yml and all.

@stealth35
Copy link
Contributor

It created the same value as the default value server

@harikt
Copy link
Author

harikt commented Aug 28, 2011

But many of the servers will be having latin1_swedish_ci as the default ? As we have specifically written in config it should create UTF-8 character set I guess .
Else we want to go and change it .

@elliot
Copy link
Contributor

elliot commented Sep 6, 2011

This would need to be implemented in Doctrine first.

See the table create statement, it only issues a CREATE DATABASE command with no mention of setting database charset or collation. I'm not too sure if the %charset% param is passed onto the table create command however.

@harikt
Copy link
Author

harikt commented Sep 6, 2011

@jwage is this a doctrine related bug then ? So I can move to there :) .

@fabpot
Copy link
Member

fabpot commented Sep 7, 2011

@harikt: yes, this Doctrine related. Can you create a ticket there? Thanks.

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

4 participants