Develop and Download Open Source Software

Browse CVS Repository

Contents of /enbanfukusyaya/EnbanKensa/linux/to_sjis.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Tue Dec 12 14:26:17 2006 UTC (17 years, 4 months ago) by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -2 lines
File MIME type: text/x-sh
*** empty log message ***

1 #!/bin/sh
2 cd ../common
3
4 for fn in *.c *.h; do
5 echo Converting $fn to sjis...
6 iconv -f EUCJP -t MS932 $fn -o $fn.new \
7 && mv $fn.new $fn \
8 || rm -f $fn.new
9 done
10

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26