while importing csv to sqlite database android facing special character issue on view part -


i importing questions.csv sqlite database, imported successfully, in view part of questions i'm getting ? mark instead of proper special character.

i tried import csv in utf-8 still got same result.

my special characters : 1. alpha, 2. theta, 3. pie, 4. degree-celsius, 5. 1/2 , 6. square, 7. cube, 8. m-1 l-2 t-1 , -1 in upper square, 9. <= , 10. >= , 11. -

for should csv file? should write in csv?


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -