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:
parent
a0e098a6ce
commit
e38db9eed9
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue