Quantcast
Channel: Active questions tagged utf-8 - Stack Overflow
Viewing all articles
Browse latest Browse all 1045

cp1252 to utf-8 using iconv for all files in a folder

$
0
0

I need to convert cp1252 files to UTF-8 with iconv and that worked fine for one file but when I try multiple files it's not working.

i try this

find . -type f -name '*.csv' -print -exec iconv -f cp1252 -t utf-8 {inputFolderPath} -o {outputFolderPath}\

it says that

File not found - '*.csv'


Viewing all articles
Browse latest Browse all 1045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>