I use opencsv parser to parse some csv files with data. So i get these warnings that some lines are not in Unicode Normal Form C, resulting in a wrong delimitation. Is there any way around this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the ICU4J library, or http://docs.oracle.com/javase/6/docs/api/java/text/Normalizer.html in Java 1.6 or newer.