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

Encoding Eror when adding a party with non-ASCII in the address field #8

Open
waaaaargh opened this issue Aug 8, 2013 · 2 comments
Labels

Comments

@waaaaargh
Copy link

No description provided.

@waaaaargh
Copy link
Author

This is only an issue in deployment on OpenVZ containers.

Turns out, Locales are sort of broken in some (at least ubuntu and debian) official OpenVZ templates.

Here's how it works, though:

  • locale-gen en_US.UTF-8
  • set locales
  • dpkg-reconfigure locales

It's extremely important to do this before you set up your postgres database. If you messed up, drop it and create it with createdb cryptoparty --encoding utf-8 --template template0.

@samthetechie
Copy link
Member

what is the status on 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