unicode conversion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nhaldsev
    New Member
    • May 2007
    • 7

    #1

    unicode conversion

    can anyone help me how to convert string to unicode, Im developing a an sms site and i want to convert the string from arabic text to unicode in order send it correctly to mobile.

    Thank you in advance
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Try iconv Functions.

    Comment

    • nhaldsev
      New Member
      • May 2007
      • 7

      #3
      thank you, Do you have any function or java script to convert a arabic string to unicode.

      Comment

      • hadi00
        New Member
        • Mar 2008
        • 9

        #4
        Originally posted by nhaldsev
        thank you, Do you have any function or java script to convert a arabic string to unicode.
        I found before a system tool called iconv, which u can get from gnuwin32 iconvlib, , it was said it's very helpful to change chars encoding, but the problem, it didn't work with my on windows, i don't know why,
        give it a try cause i was trying to fix arabic text though .... and plz if it works with u , post me some anser ....

        Comment

        Working...