Wednesday, August 4, 2010

Displaying Numbers in Native Scripts C#

For one of my web app i had to display numbers in native script, arabic in my case. After googling around, i found these two useful websites

UTF8Encoding.GetDecoder Method (MSDN)
JavaScript Unicode Charts

Navigate to the JavaScript Unicode Charts page, then select your preferred script from the dropdown menu(i'll follow the example for arabic). Then you'll be shown a Unicode script chart of your selected langauge.



The highlighted row in the above screenshot is the arabic numerals and D9A0 is the utf-8 encoding value for the arabic number 0, D9A5 will be the arabic number 5.




Below is the source code for converting integers to native scripts. This code supports converting numbers to Arabic, Hindi, Teluge & Urdu scripts.

using System;
using System.Collections.Generic;
using System.Text;

namespace UnicodeChars
{
    public enum Language
    {
        ARABIC, HINDI, TELUGU, URDU
    }
    public class UTF8
    {
        public static String encode(long number, Language lang)
        {
            Decoder utf8decoder = Encoding.UTF8.GetDecoder();
            StringBuilder sb = new StringBuilder();
            byte[] utf8Index = getUTF8Index(lang);
            char[] encodedValue = new char[1];
            char[] numberArray = number.ToString().ToCharArray();
            int charsDecodedCount = 0;
            int temp = utf8Index[utf8Index.Length - 1];
            foreach (char c in numberArray)
            {
                utf8Index[utf8Index.Length - 1] = Convert.ToByte((float)temp + (Char.GetNumericValue(c)));
                charsDecodedCount = utf8decoder.GetChars(utf8Index, 0, utf8Index.Length,encodedValue, 0);
                sb.Append(encodedValue[0]);
            }

            return sb.ToString();
        }

        private static byte[] getUTF8Index(Language lang)
        {
            byte[] index = null;
            switch(lang)
            {
                case Language.ARABIC:
                    index = new byte[] { 0xD9, 0xA0 };
                    break;
                case Language.HINDI:
                    index = new byte[] { 0xE0, 0xA5, 0xA6 };
                    break;
                case Language.TELUGU:
                    index = new byte[] { 0xE0, 0xB3, 0xA6 };
                    break;
                case Language.URDU:
                    index = new byte[] { 0xDB, 0xB0 };
                    break;
            }
            return index;
        }
    }
}

Usage:

31 comments:

  1. great code I found it very helpful
    thanks a lot

    ReplyDelete
  2. A supplementary utility will create you even more enjoy 39 clear bill betting. You can say that this is a minimum bet that puts casino in all the leading leagues in the world. Online Casino betting sites can allow you taking into account services. in the manner of more casino betting, you can invest online and edit the cost of casino betting. Many people may want to know the price of casino betting. This is forlorn 1 myr. https://918kiss2020.com/tag/039/

    ReplyDelete
  3. The best online slot machine to play in mega888 login Malaysia, the live22 slot machine website is the only place we can meet all your needs. Except for the huge bonus, any online slot game live22 100 in Malaysia cannot be found. Official representatives will http://emilyguajard.simplesite.com provide services.

    ReplyDelete
  4. The male enhancement subject is within the group of what exactly is 5G Male regarded as a 'controversial' discussion. One of the finest controversies, naturally, is regarding whether or not the products designed for male enhancement work. Regarding this aspect, the medical community appears to stay with the opinion that there are no ways of improving how big a man's sexual organ is.
    https://cathreenjohni.wordpress.com/2020/03/05/dont-waste-time-6-facts-until-you-reach-your-maleenhancement/

    ReplyDelete
  5. It is a great way to try our multiplayer unblocked games 66 - 67 - 99 genres where you have to fly the unblockedgamesbrother airplane and shoot other planes in the sky and earn points. The main thing is that you have to keep Online Games flying or you will fall and crash in the ocean.The manufacturers of game consoles understand the value brought on by the online gaming world, so they are trying to come up with consoles and Visit My Web hand-held pieces of equipment which can permit the user to get rolling from the computer and from the equipment.

    https://sites.google.com/site/unblockedgamesbrother/

    ReplyDelete
  6. On the off chance that you are a nipseyslist PC nerd and somebody hacks your centralized computer all things considered, you won't experience any difficulty fixing it since you can gaze at quickly looking over belgiumweb directory lines of paired and hexadecimal numbers and read them with no difficulty.

    ReplyDelete
  7. In the conventional sense, T-shirts can be characterized as neckline less and button-less shirts. Be that as it may, at present one can discover T-shirts in the market with both neckline and catches. Shirts have a gigantic market out there. To tap the prerequisites of new sorts of T-shirts, originators have received numerous advancements, for example, collars and fastens. Ringer T-shirts are a case of caught T-shirts.
    https://jovijhurri.hatenablog.com/entry/2020/07/02/192022?_ga=2.121614849.863478122.1593743652-1378732556.1593594672

    ReplyDelete
  8. A tweeter user was also informed about this by tweeting to the police. He wrote that Pakistan's number has been given in it. On this, Delhi Police asked them to complain to the local police station.

    When we called this number, we came to know that it is a Pakistan number. No one received the call when we made the call.
    According to cyber experts, in such cases, people are taken in a fraud or take bank details or transfer money. So do not believe any such message.
    https://luckywinnerlist.com/kbc-office-number/

    ReplyDelete
  9. Thanks for the great overview. can you tell mouth me the effect of out going link form the web site on Google page rank? thanks. https://www.realwordofmouth.com/ui/Ticker2.action

    ReplyDelete
  10. Individuals who dominate lottery matches likewise appear to be more talented at speculating, and this has been
    germanYwebdirecToryMuMbaI
    affirmed by numerous researchers. This is most likely on the grounds that the lottery games are played with countless individuals, and everybody can possibly get familiar with a stunt or two. In any case, the secret to gaining from past victors is that you need to gain from your own missteps, not the errors of past players.
    https://www.germanyweb.directory/mumbai/top-level-category/kbc-lottery-winner

    ReplyDelete
  11. Lucky numbers aren't just about numbers, though. There are other factors that influence bizbang_boom the way the lottery works. And those factors are not random. For example, if someone wins the lottery with the numbers "A", "B", and "C" in the correct order, chances are that they'll be able to predict the results of future draws.
    sunshinecoast|services

    ReplyDelete
  12. promotion Strategy is not something that is teacher in a classroom or a situation textbook. promotion strategy is actually a comprehensive, long-term, proactive entrance and a game plan of any situation or company past the ultimate aspire of reaching a competitive edge by knowing the desires and needs of consumers. marketing Strategy is the art and science of knowing your audience,click to read harmony their needs and maximizing the use of open resources to reach them. It is practically the spread of an contract among you and the customer that lead to a win-win concern for both of you.

    ReplyDelete
  13. would serve you kiss888 in any capacity that they can. Gambling clubs consistently ensure that they can offer the most ideal support of their clients.

    ReplyDelete
  14. Marketing strategy is actually a comprehensive, long-term, proactive approach and a game plan of any business or Marketing company with the ultimate objective of reaching a competitive edge by knowing the desires and needs of consumers. Marketing Strategy is the art and science of knowing your audience, understanding their needs, and maximizing the use of available resources to reach them. It is about the development of an understanding between you and the customer that leads to a win-win situation for both of you.

    ReplyDelete
  15. Marketing strategy is really a comprehensive, long-term, proactive approach and a game plan of any business or company with the last word objective of reaching a competitive edge by knowing the desires and wishes of consumers check here. Marketing Strategy is that the art and science of knowing your audience, understanding their needs, and maximizing the utilization of obtainable resources to succeed in them. it's about the event of an understanding between you and therefore the customer that results in a win-win situation for both of you.

    ReplyDelete
  16. Promoting methodology is really an exhaustive, long haul, proactive methodology and an approach of any business or organization with a definitive goal of arriving at a serious edge by knowing the cravings and necessities of purchasers. Promoting Strategy is the workmanship and study of knowing your crowd, understanding their necessities and augmenting the utilization of accessible assets to contact them. best companies for digital marketing It is about the advancement of a comprehension among you and the client that lead to a mutually beneficial arrangement for both of you.

    ReplyDelete
  17. A few connections experienced convey no authority by any means, numerous from this source connections convey a nofollow characteristic that advise the web indexes not to consider that interface a vote. Website admins and bloggers may add this characteristic themselves on the off chance that they don't their connection to be considered a decision in favor of the outside webpage or it very well may be naturally added by the stage they are utilizing to distribute their substance, this is go here
    frequently the situation when a website offers its client to add remarks or content and the website admin has little power over what connections get made by the locales supporters. Connections without the nofollow quality are named "dofollow" and pass page rank from your page to the connected page. In HTML there is no genuine dofollow characteristic, dofollow occurs of course without a nofollow property. continue reading this.. You ought to never nofollow inward connections as this will cause any page rank that would have been passed to that connect to simply dissipate!

    ReplyDelete
  18. Screech... Skid... The wreck is the last concern anyone wants or needs during their full of vigor morning to day our website life. taking into account it does happen it can be very stressful and a bit intimidating having to harmony innovative than the insurance company affirmation process and an unchangeable facility. Not knowing the facts makes it even more difficult to create the right decisions taking into account admin an insurance claim. You may think that your insurance company is there to invite you but the last situation they desire to achieve is to spend become old and save fixing your car. go to this site

    ReplyDelete
  19. Pricing is the most common consideration taking into account hiring a professional painter. You should comprehend that not unaccompanied are you paying for quality but in addition to their experience. As you begin, you should first set a budget that you can rouse afterward and hoard at least two to three quotes. As you meet once each painting contractor, you should ask to see their credentials. This will intensify their license and insurance and you should check to create clear they are verifiable. check here

    ReplyDelete
  20. Dental diseases impose both social and economic burdens, while treatment is expensive and both children and adults can become unproductive due to toothache. Regular dental visits make it easier to identify dental infections and cases early. This helps treat these problems early before they become serious problems.additional info

    ReplyDelete
  21. Many pet food companies use "human rank" as a generic term to make some of their food look better than it actually is. While the idea of ​​"human grade" food is great, it's not absolute. Saying that food is suitable for humans is relatively misleading.see this here

    ReplyDelete
  22. Dental seller is a spark dental retailer on-line that caters to Discover More the wants of most dental clinics in China.

    ReplyDelete
  23. Many parents may be thinking of their children playing online games for the first time, but are not sure where their children can start playing. Today, almost all online games satta are suitable for children, and if they are not, there will be a warning label on the game to let you know that online content is not suitable for a certain age audience. Parents of children of all ages can choose from a variety of options such as dolls, farming, strategy games, educational games and more.

    ReplyDelete
  24. Experienced brokers perceive the impacts of worldwide changes on Unfamiliar Trade s, financial exchanges and prospects markets. More about the author

    ReplyDelete
  25. and you are in that groove where jason momoa workout you feel solid and siphoned, trusting that somebody will get done with a specific

    ReplyDelete
  26. New methods are being created to safeguard the utilization of Mastercards in internet business exchanges, however the Bonuses for more prominent security and client confirmation prompts expanded expenses.

    ReplyDelete
  27. Diversion has many aspects and could be private/private or more broad and public types of amusement. At the point when we play with our mates that is an individual type of diversion and when we sit and watch a Insimwetrust on the screen that is a more broad type of amusement as we are offering the experience to numerous others.

    ReplyDelete
  28. Everything going from the milestones and landmarks, contemporary shopping centers to old sanctuaries Iandjideations are all around saved and stands gladly together.

    ReplyDelete
  29. Without a trace of a business mentor, it is exceptionally simple for business thoughtful person administrations to turn out to be excessively agreeable and overwhelmed in their own thoughts and http//:koolad.asia.com restricting for development.

    ReplyDelete
  30. Landing on the first results page in Google Image search is just one of many step in helping to generate traffic for your Tech Blog. As you begin building a when and developing environment content, the More hints will generate their volume of traffic, but Google Image Search is a good exaggeration to jump start the process.

    ReplyDelete
  31. on top of mature retailers have understood that knowing customers is essential to assert a faithful customer base and stand out from the competition.navigate here
    In the current age of online shopping,

    ReplyDelete