add the recoding script. The gmsv folder hasn't been recoded yet except for the version.h file
This commit is contained in:
parent
8c4a2d1d1d
commit
646d776513
13
recode.sh
Executable file
13
recode.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#echo "Recoding /saac folder.."
|
||||||
|
#for file in saac/src/*.[ch]; do
|
||||||
|
# echo "$file"
|
||||||
|
# recode gb18030..utf8 $file
|
||||||
|
#done
|
||||||
|
#echo "Done!"
|
||||||
|
|
||||||
|
echo "Recoding /gmsv folder.."
|
||||||
|
for file in `find gmsv -type f`; do
|
||||||
|
echo "Processing $file"
|
||||||
|
recode gb18030..utf8 $file
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user