This is an automated email from the ASF dual-hosted git repository.
nickva pushed a commit to branch fix-rebar-json-write-latin1
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
The following commit(s) were added to refs/heads/fix-rebar-json-write-latin1 by
this push:
new f38b929 Use utf8 for lang on terminal
f38b929 is described below
commit f38b929d56b16cfa6a13e35cc359f95468c72884
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Sat May 16 10:49:34 2026 -0400
Use utf8 for lang on terminal
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 7775818..97df17a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@
# License for the specific language governing permissions and limitations under
# the License.
+# Fix erlang i/o in rebar getting confused by the terminal encoding
+export LC_ALL=C.UTF-8
+export LANG=C.UTF-8
+
include debian/sm_ver.mk
%: