Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am making an application in Chinese language.
I want to insert the characters in the database from my input page then have some calculations on them in the SQL. As the Chinese numerical are different from normal 1,2,3. How can I get those calculations done?

Can anyone have solution to my problem ?

Thanks,
Posted

1 solution

In my opinion, there's no straightforward way to do this. You need to create your own function that will (a) parse the numbers, (b)convert them to their Arabic counterpart, and then (c)calculate them. However, this Wiki Article[^] can be helpful for you in creating your own function, since it explains the steps for conversion[^].
 
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