AquilaX's development blog
Linux batch encoding convert one liner
find -name '*.php' -exec iconv -f cp1251 -t utf8 '{}' -o '{}'.utf8 \;
Idea taken from
here
.
¶
Posted
27 Nov 2008
†
AquilaX
§
Linux
‡
Comments (0)
Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus