The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Numbers and Globalization

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Anand M

Posts: 984
Nickname: anandm
Registered: May, 2004

Anand M is a VB.NET MVP working as a Senior Architect @ Polaris Software Lab Ltd
Numbers and Globalization Posted: Aug 15, 2005 9:35 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Anand M.
Original Post: Numbers and Globalization
Feed Title: .NET From India
Feed URL: http://www.dotnetindia.com/index.rss
Feed Description: Your daily dose of .NET From India
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Anand M
Latest Posts From .NET From India

Advertisement

Most of the work I currently do involves some form or other of Globalization. So it is quite important that all applications I design/work on have to be localizable.

With the newer .NET features it becomes easy to create localizable applications as long as you keep it in mind. Resource files and the CultureInfo class makes it child’s play.

Recently I turned my attention to numbers. The actual formatting of stuff like the decimal point and the thousands separator etc are already taken care by the framework. What really got me thinking was when the language had a different numerical script. The one that started me thinking was really the local Indic scripts, where you have different numerical symbols for 0-9. For example, in Tamil, ௧ is used to represent 1, ௨ for two etc. That led me to the new .NET 2.0 CharUnicodeInfo class.

As I experiment with this, I would be posting more on this. For now, I would advice you to take a look at this wonderful post from Michael Kaplan (To tell the truth, I was not aware of the classical number system that was used in Tamil and the post was an eye-opener).

Read: Numbers and Globalization

Topic: Framework Design Guidelines book available for preorder Previous Topic   Next Topic Topic: INETA Community Launch Team

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use