Changes

Jump to navigation Jump to search
*Convert it to UTF-8 using (the TRANSLIT option approximates characters that can't be directly encoded)
iconv -f oldformat -t UTF-8//TRANSLIT file -o outfile
*A bash script *The sc options forces iconv to ignore bad chars and move on: iconv -sc -f oldformat -t UTF-8//TRANSLIT file -o outfile*Bash scripts to do all of the csvs is in Z:\USPTO_assigneesdata; make it them executable and then run itwhichever you need
chmod +x encoding.sh
./encoding.sh

Navigation menu