How can I take input using URDU language in html form?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hataf
    New Member
    • Oct 2010
    • 5

    How can I take input using URDU language in html form?

    I want to take input using urdu language in html form.So please help me.
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    Will this need to be translated to another language when the form has been submitted?


    Thanks, Death

    Comment

    • Hataf
      New Member
      • Oct 2010
      • 5

      #3
      Thanks for your reply.
      No,I will store the info from form to database in the same URDU font.

      Comment

      • hsriat
        Recognized Expert Top Contributor
        • Jan 2008
        • 1653

        #4
        If you want to get Urdu alphabets as the user types, you will require some sort of JavaScript that manipulates the keyboard inputs to Urdu alphabets. To write all this code is definitely not going to be an easy task. So the next option you have is to google for it if someone's provided a copyright free version.

        And for database, see unicode.

        Comment

        • iqbalnazim
          New Member
          • Oct 2012
          • 5

          #5
          It is easy man....
          ru using MYSQL database

          set this in myphpadmin
          Field: "what ever your field name"
          Type:text
          Collation:utf8_ unicode_ci

          Optional:USE:We bPad_0.5_Releas e as a Text Box for input
          and every HTML page check this meta type is there

          <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            If you want to get Urdu alphabets as the user types, you will require some sort of JavaScript that manipulates the keyboard inputs to Urdu alphabets.
            not necessarily JavaScript. originally the OS should be responsible for enabling you to type Urdu.

            btw. such a programme is called IME.

            Comment

            Working...