Jump to content

finding the binary/hex? code of a utf character


asmith

Recommended Posts

Hey guys

 

In some utf files (persian) ,  I see the word "عنوان" is written like "عنوان" . 

What is it call ?  what's the function that convert "عنوان" to "عنوان" ??

 

THanks a lot

Link to comment
Share on other sites

i wish so. The file is written by someone else. 

 

my problem is, I have an array. It has like 300 values.  all values are like "عنوان" (html numeric char)

 

the array values are a html form select options.    like : 

 

foreach ($array as $value) 
{ 
echo <option value="$value" $selected>$value</option>
}

 

the thing is , in the foreach i'm putting  :

 

If ($value == $row[option]) { $selected = "selected"}

 

now my $row[option] is  "عنوان" . but the option that must match is  "&#1593;&#1606;&#1608;&#1575;&#1606;" .

 

So i need to convert "عنوان" to html numeric char first , then do the IF statement.

 

All i need is te function :/

 

mb_decode_numericentity and encode one do not work in my php version apparently :/

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.