This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Suggestion: postgres default encoding should be UTF8 not ascii #1152
Unanswered
timdonovanuk
asked this question in
General
Replies: 2 comments 1 reply
-
Fixed e6db5a3 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Awesome, thank you! <3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What year is it? 👴
The majority of applications these days prefer your database to be in utf-8. I do not know why Postgres still defaults to ASCII. You have to migrate or fiddle around, e.g.
I recently ran into an issue with https://hay-kot.github.io/mealie/ because the data it was trying to store was UTF.
Just a suggestion to perhaps change the Postgres default in your lovely LXC to be UTF. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions