B4J Question Problem with special characters

jcesar

Active Member
Licensed User
Longtime User
Hi

I'm reading data from a csv file and inserting it into a database.

46749;2019-01-04;-1696,62;Depósito Tres Jotas;;;2;6;0

However, special characters like ç and ã are not saved in the correct way.

Dep�sito Tres Jotas

I'm using StringUtils LoadCSV.
 
Top