You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: