Hi
Is there any method for converting a character into a 7 bit ASCII HTML value based on ISO 646 character encoding using PHP?
Thanks in advance for your help
Code Exploiter
Hi
Is there any method for converting a character into a 7 bit ASCII HTML value based on ISO 646 character encoding using PHP?
Thanks in advance for your help
Code Exploiter
Maybe related to this:
http://us3.php.net/manual/en/functio...ity-decode.php
??
Looks around that page for links that might be related too, I'd say.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
thanks but the function doesn't support ISO 646. Still looking about this
No built-in way, as far as I know. If you know which ISO-646 variant is in use, you could use the two-argument form of the strtr function to generate the appropriate entity or character references.Originally Posted by codeexploiter
Mike
Ah, sorry. I stumbled upon that the other day when I was searching for another function. Thought it might at least be related.
Is there a way to load a character table into a function?
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks