Set the locale at the start of the process jobs script

This might help with the odd [1] errors regarding PostgreSQL queries.

1: invalid byte sequence for encoding "UTF8":
This commit is contained in:
Christopher Baines 2020-09-20 11:11:03 +01:00
parent a0e098a6ce
commit e38db9eed9

View file

@ -31,6 +31,8 @@
(setvbuf (current-output-port) 'line)
(setvbuf (current-error-port) 'line)
(setlocale LC_ALL "en_US.utf8")
(debug-set! width 256)
(match (command-line)