diff options
author | pacien | 2023-02-16 22:54:42 +0100 |
---|---|---|
committer | pacien | 2023-02-16 22:54:42 +0100 |
commit | d266ee66cf3e366fbeb6d92c03dedff3b7aa3f14 (patch) | |
tree | 62fdc955672f114f1cb240925e63d9d049a9e6fe /compiler/package.yaml | |
parent | 1215c5240786d3c64ef1dec5cf8e4b6ad2ec1b01 (diff) | |
download | ldgallery-d266ee66cf3e366fbeb6d92c03dedff3b7aa3f14.tar.gz |
Revert "compiler: fix support for non-utf8 terminals"
The reverted changeset fixed some crash due to character encoding
mismatch in terminal emulators.
Doing so, it made it possible for the compiler to complete without
reporting any error, while outputting wrongly encoded files.
It's better to revert that changeset until all the encoding issue are
solved consistently.
This reverts commit 0fddc74a3f9add47841124b4d77b097f4646d14f.
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r-- | compiler/package.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml index 539bf9d..4b749e1 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml | |||
@@ -4,7 +4,7 @@ homepage: https://ldgallery.pacien.org | |||
4 | github: "pacien/ldgallery" | 4 | github: "pacien/ldgallery" |
5 | license: AGPL-3.0-only | 5 | license: AGPL-3.0-only |
6 | author: "Pacien TRAN-GIRARD, Guillaume FOUET" | 6 | author: "Pacien TRAN-GIRARD, Guillaume FOUET" |
7 | copyright: "2019-2022 Pacien TRAN-GIRARD, Guillaume FOUET" | 7 | copyright: "2019-2021 Pacien TRAN-GIRARD, Guillaume FOUET" |
8 | 8 | ||
9 | extra-source-files: | 9 | extra-source-files: |
10 | - readme.md | 10 | - readme.md |
@@ -29,7 +29,6 @@ dependencies: | |||
29 | - safe | 29 | - safe |
30 | - time | 30 | - time |
31 | - process | 31 | - process |
32 | - with-utf8 | ||
33 | 32 | ||
34 | default-extensions: | 33 | default-extensions: |
35 | - DuplicateRecordFields | 34 | - DuplicateRecordFields |