How to Store the Hindi Language in MySQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pawejpawej
    New Member
    • Sep 2007
    • 4

    How to Store the Hindi Language in MySQL

    I want to store hindi language in the column of mysql table.
    what kind to changes can be done for that.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by pawejpawej
    I want to store hindi language in the column of mysql table.
    what kind to changes can be done for that.
    I don't know the Hindi language but if it contains any non-ASCII or non-Latin1
    characters, have a look at Unicode.

    kind regards,

    Jos

    Comment

    • pawejpawej
      New Member
      • Sep 2007
      • 4

      #3
      Sir.

      Hindi language is a reginal language in India.
      for setting this language any internal setting is required in mysql?
      or just by command .
      set character_set_c onnection=utf8;
      set collation_conne ction=utf8_unic ode_ci;

      please help.

      Thanks and Regards

      pawej

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by pawejpawej
        Sir.

        Hindi language is a reginal language in India.
        for setting this language any internal setting is required in mysql?
        or just by command .
        set character_set_c onnection=utf8;
        set collation_conne ction=utf8_unic ode_ci;

        please help.

        Thanks and Regards

        pawej
        UTF-8 is an 8 bit encoding of unicode characters with the nice property that
        ASCII characters map onto themselves, i.e. a pure ASCII text remains the same.

        I don't know if those settings will help you; give it a try by encoding your unicode
        strings to UTF-8 and feed them to your database. Or consult your manual.

        kind regards,

        Jos

        Comment

        • pawejpawej
          New Member
          • Sep 2007
          • 4

          #5
          Sir
          In my mysql table the hindi text is look like ??????? this format
          what should I do.

          Comment

          • zoomtom
            New Member
            • Sep 2007
            • 1

            #6
            Hello pawej,
            I m also having the same problem.....how to insert in hindi....Any progress ?...

            zoomtom

            Comment

            • pushpinderbagga
              New Member
              • Sep 2007
              • 10

              #7
              even I am getting he same issue ... we dont quite seem to get an answer here ... for sure .... its really taking time ...
              guys ... please please do email me if anything you get hold of ...

              <Email removed. Please read our Posting Guidelines, found under the Help link at the top of your screen.

              MODERATOR>

              thanks in advance
              Last edited by Ganon11; Sep 26 '07, 04:45 PM. Reason: email removed

              Comment

              Working...