Skip to content

Commit

Permalink
Pass the LANG to the env when invoking the hyphenator
Browse files Browse the repository at this point in the history
that will hopefully solve the encoding problems
  • Loading branch information
egli committed Oct 15, 2024
1 parent dbbfdf9 commit 5b81b35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
(let [java (env :java17)]
(process/shell
{:out :string
:extra-env {"LANG" "en_US.UTF-8"}
:pre-start-fn log-process}
java "-jar" "/usr/local/share/java/dtbook-hyphenator.jar" dtbook)))

Expand Down

0 comments on commit 5b81b35

Please sign in to comment.