Search found 3 matches

by marin034
Sat Jan 31, 2009 12:06 pm
Forum: PHP - Code
Topic: how to get characters unicode code
Replies: 0
Views: 269

how to get characters unicode code

Hi all Didn't know where to post this question, but here It is as title says - how to get characters unicode code. to be more specific here is a complete example at url http://rishida.net/scripts/uniview/conversion.php is converter and demonstrates exactly what I need. if you write in first textarea...
by marin034
Thu Jan 29, 2009 5:37 pm
Forum: PHP - Code
Topic: Arabic (and other) letters into unicode string
Replies: 2
Views: 210

Re: Arabic (and other) letters into unicode string

what I'm trying to do is to get code of specific character

example

$characterCode = getCharacterCode("Š");

and it returns me 0160 (please look on pdf file - I've provided URL)

is there some function build-ed in php
or 3rd part class or function
by marin034
Thu Jan 29, 2009 4:41 pm
Forum: PHP - Code
Topic: Arabic (and other) letters into unicode string
Replies: 2
Views: 210

Arabic (and other) letters into unicode string

hi all can somebody point me to right direction I need to convert Arabic letters into unicode string value regarding http://unicode.org/charts/ is there a php function for accomplishing this? something like utf8_encode or similar I've tried bin2hex and all other functions => with no luck. example fo...