Translate string in unicode ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arnaud

    #1

    Translate string in unicode ?

    Hi,
    I'm trying to translate a string, actually some numbers in unicode format (4
    digit for a character), do you know an easy way to do it ?

    Thanks
    arnaud


  • Daniel Tryba

    #2
    Re: Translate string in unicode ?

    Arnaud <antispam@> wrote:[color=blue]
    > I'm trying to translate a string, actually some numbers in unicode format (4
    > digit for a character), do you know an easy way to do it ?[/color]

    PHP has functions for this:

    or


    You can propably also find translation tables for the specific
    charactersets you are using (the iconv source would be a good start :)

    --

    Daniel Tryba

    Comment

    Working...