Changes

Jump to navigation Jump to search
no edit summary
The load script is:
LoadUSPTOPAD.sql
 
To get the data into UTF-8, move it to the dbase server then:
*Check its encoding using:
file -i Car.java
*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 to do all of the csvs is in Z:\USPTO; make it executable and then run it
chmod +x encoding.sh
./encoding.sh

Navigation menu