Changeset f6efdcea
- Timestamp:
- May 10, 2019 10:22:57 PM (22 months ago)
- Branches:
- master
- Children:
- 9eec357
- Parents:
- c1adcfc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/scripts/checkutf8.sh
rc1adcfc rf6efdcea 36 36 do 37 37 #echo "Checking $i ..." 38 iconv -f UTF8 -t UTF8 $i -o/dev/null38 iconv -f UTF8 -t UTF8 $i > /dev/null 39 39 if [ $? -ne 0 ] 40 40 then … … 48 48 do 49 49 #echo "Checking $i ..." 50 iconv -f UTF8 -t UTF8 $i -o/dev/null50 iconv -f UTF8 -t UTF8 $i > /dev/null 51 51 if [ $? -ne 0 ] 52 52 then … … 62 62 do 63 63 #echo "Checking $i ..." 64 iconv -f ISO-8859-1 -t ISO-8859-1 $i -o/dev/null64 iconv -f ISO-8859-1 -t ISO-8859-1 $i > /dev/null 65 65 if [ $? -ne 0 ] 66 66 then
Note: See TracChangeset
for help on using the changeset viewer.