Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. For Multilingual Application

For Multilingual Application

Scheduled Pinned Locked Moved C#
tutorialquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Andy Rama
    wrote on last edited by
    #1

    Hi to all, I want to know, How to convert => A string of "char" into Text or Bytes information coded using (ISO/IEC 8859-x) character sets according to language used for string of "char" ? Language can be any regional or international. Thanks & Regards, Aniket A. Salunkhe

    D 1 Reply Last reply
    0
    • A Andy Rama

      Hi to all, I want to know, How to convert => A string of "char" into Text or Bytes information coded using (ISO/IEC 8859-x) character sets according to language used for string of "char" ? Language can be any regional or international. Thanks & Regards, Aniket A. Salunkhe

      D Offline
      D Offline
      Dimitri Witkowski
      wrote on last edited by
      #2

      How about: Encoding.GetEncoding("iso-8859-1").GetBytes("your-string");

      Die Energie der Welt ist konstant. Die Entropie der Welt strebt einem Maximum zu.

      A 1 Reply Last reply
      0
      • D Dimitri Witkowski

        How about: Encoding.GetEncoding("iso-8859-1").GetBytes("your-string");

        Die Energie der Welt ist konstant. Die Entropie der Welt strebt einem Maximum zu.

        A Offline
        A Offline
        Andy Rama
        wrote on last edited by
        #3

        Thank you very much for ur help. I will try it. I have to use character code tables ISO/IEC 8859-5 to ISO/IEC 8859-15 & few others (from Annex A.2 of 'Specification for Service Information (SI) in DVB systems' http://www.dvb.org/technology/standards/a038r6.tm1217r17.en300468v1.11.1.pdf[^]. Will it work with it? Is there any way to identify character code table of a given string? Thanks & Regards, Aniket A. Salunkhe

        D 1 Reply Last reply
        0
        • A Andy Rama

          Thank you very much for ur help. I will try it. I have to use character code tables ISO/IEC 8859-5 to ISO/IEC 8859-15 & few others (from Annex A.2 of 'Specification for Service Information (SI) in DVB systems' http://www.dvb.org/technology/standards/a038r6.tm1217r17.en300468v1.11.1.pdf[^]. Will it work with it? Is there any way to identify character code table of a given string? Thanks & Regards, Aniket A. Salunkhe

          D Offline
          D Offline
          Dimitri Witkowski
          wrote on last edited by
          #4

          Have no idea, whether it work with DVB systems and don't want to read the specification :p No, there's no built-in mechanism to identify the encoding. But there are some open-source encoding detectors, here are some examples: http://code.google.com/p/ude/[^] http://www.conceptdevelopment.net/Localization/NCharDet/[^]

          Die Energie der Welt ist konstant. Die Entropie der Welt strebt einem Maximum zu.

          A 1 Reply Last reply
          0
          • D Dimitri Witkowski

            Have no idea, whether it work with DVB systems and don't want to read the specification :p No, there's no built-in mechanism to identify the encoding. But there are some open-source encoding detectors, here are some examples: http://code.google.com/p/ude/[^] http://www.conceptdevelopment.net/Localization/NCharDet/[^]

            Die Energie der Welt ist konstant. Die Entropie der Welt strebt einem Maximum zu.

            A Offline
            A Offline
            Andy Rama
            wrote on last edited by
            #5

            Thanks again.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups