diff options
Diffstat (limited to 'runtime/spell/tl/main.aap')
-rw-r--r-- | runtime/spell/tl/main.aap | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/spell/tl/main.aap b/runtime/spell/tl/main.aap index 0145e4abc..49d86ac08 100644 --- a/runtime/spell/tl/main.aap +++ b/runtime/spell/tl/main.aap @@ -16,8 +16,7 @@ $SPELLDIR/tl.latin1.spl : $FILES $VIM -u NONE -e -c "mkspell! $SPELLDIR/tl tl_PH" -c q $SPELLDIR/tl.utf-8.spl : $FILES - :sys env LANG=tl_PH.UTF-8 - $VIM -u NONE -e -c "mkspell! $SPELLDIR/tl tl_PH" -c q + :sys $VIM -u NONE -e -c "set enc=utf-8" -c "mkspell! $SPELLDIR/tl tl_PH" -c q ../README_tl.txt : README_tl_PH.txt :copy $source $target |