Skip to content

Commit da8b582

Browse files
authored
Add UTF-8 locale and Git configuration steps
Added steps to set UTF-8 locale and configure Git.
1 parent 2992ceb commit da8b582

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/new6.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,16 @@ jobs:
3939
wget https://www.saxonica.com/download/SaxonEE11-1J.zip
4040
unzip SaxonEE11-1J.zip
4141
42-
43-
42+
- name: Force UTF-8 locale
43+
run: |
44+
sudo locale-gen de_DE.UTF-8
45+
sudo update-locale LANG=de_DE.UTF-8
46+
export LANG=de_DE.UTF-8
47+
export LC_ALL=de_DE.UTF-8
48+
49+
- name: Set Git to UTF-8
50+
run: |
51+
git config --global core.quotepath false
4452
4553
4654
- name: add wiki faq german

0 commit comments

Comments
 (0)