Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i have developed a software in android studio with sql server database. i have to save Malayalam Language in sql database. when i save it shows question marks. please help me how to save malayalam language in server.

What I have tried:

Nothing tried. i dont know it.
Posted
Updated 27-Jun-20 9:10am
Comments

1 solution

Make sure that your SQL column is set to NVARCHAR not VARCHAR - the latter is ASCII not Unicode. Your values will store fine then.

However, they may still display as question marks or "empty rectangles" depending ion the software you use to retrieve it, and the font that it uses to display the data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900