Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASCII to UTF-8 conversion in java

i have a problem which i uploaded data using .CSV file format and it read by java class.and i would be store in db.upto now no problem,but when i read the data from db then data contains some special characters.

so please could you help me here

Thanks in advance.

like image 272
san Avatar asked Nov 21 '25 07:11

san


1 Answers

ASCII-7 is compatible with UTF-8. There is nothing you need to do turn turn ASCII-7 into UTF-8 (but it doesn't work the other way)

like image 150
Peter Lawrey Avatar answered Nov 23 '25 20:11

Peter Lawrey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!