forked from rDrama/rDrama
1
0
Fork 0

Set locale to UTF-8 in ubuntu_setup.

In light of recent issues caused by one site's DB being improperly
encoded as latin-1 (ISO-88591), this is an attempt to make sure the
next one winds up on UTF-8, by setting system locale to en_US.utf8
before installing anything.

This is completely untested, and I'm not quite confident it'll work.
If the next site winds up with a latin-1 database, please update this
to reflect whatever commands were necessary to get it fixed.
master
Snakes 2022-05-23 20:18:16 -04:00
parent 7670e3765e
commit 2aec3781aa
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
update-locale LANG=en_US.utf8
cd /rDrama
cp ./env /env
. /env