Reputation: 50316
I intend to convert latin characters like À ,Ü and so on to it equivalent decimal value. For example Ü has decimal value of 220.
I tried by using parseInt("Ü") but it is returning NAN. Is there anyway I can get the Decimal value of this character using JavaScript. Any help will is truly appreciable.
Upvotes: 0
Views: 124