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

Set default character set on database creation to something other than NONE [CORE1134] #1556

Open
firebird-automations opened this issue Feb 16, 2007 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Bill Oliver (verbguy)

When you create a new database, the default character set is NONE. I proposed to the developer's list that we make this ISO8859_1. Some good discussion was held on the list, but no resolution.

Some ideas were -

1) use ISO8859_1, since we use that internally for many operations.
2) use UTF8, since that will be suitable for more users.
3) let the default character set be configurable by the config file.

Ivan said that use of Delphi with UTF-8 was problematic, so maybe that's not a good choice?

I'll leave this up to the project admin to decide on resolution. In our private tree, we set default to ISO8859_1, but this might not be best for everyone, I realize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment