Just a guess

This commit is contained in:
alba 2002-10-27 20:54:00 +00:00
parent 5fc87317c8
commit 66f9beafb9
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec iconv -f ISO-8859-15 -t UTF-8 "$@"

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec iconv -f UTF-8 -t ISO-8859-15 "$@"