This commit is contained in:
3d-gussner 2022-02-03 08:07:07 +01:00
parent 37662afdd1
commit fc94322a10
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ fi
#if [ "$LNG" = "pl" ]; then
#fi
#check for nonasci characters excpet HD44780 ROM A00 'äöüß'
#check for nonasci characters except HD44780 ROM A00 'äöüß'
if grep --color='auto' -P -n '[^\x00-\x7F]' $LNG'_filtered.po' >nonascii.txt; then
exit
fi