Sorting strings elements on UI/BE #5
ctapobep
started this conversation in
Conventions & Approaches
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Short version:
en_US
. Before doing this we need to check that "utf8" is going to be prepended by default in PG. We can't hardcode "utf8" in our DB migrations because it's not standardized and could actually be "UTF-8".At some point we should research ICU support in PG. Though generally we want our clients to use english, in which case there won't be problems with
en_US
.Beta Was this translation helpful? Give feedback.
All reactions