ID:               15535
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Feature/Change Request
 Operating System: Win2000
 PHP Version:      4.1.1
 New Comment:

Go read the get_html_translation_table() manual page.




Previous Comments:
------------------------------------------------------------------------

[2002-04-17 01:08:04] [EMAIL PROTECTED]

Sorry i didn't know where to post first, 
My Comment is ^above^ !

------------------------------------------------------------------------

[2002-04-17 01:02:06] [EMAIL PROTECTED]

I didn't get what i want with Derick's idea.

My original String was: Schlenger & Meilhamer

and after the procedure with:

$trans = get_html_translation_table(HTML_ENTITIES);

$str = "Schlenger & Meilhamer";

echo strtr($str, $trans);

This is what i get: Schlenger & Meilhamer

what i wanted to get: Schlenger & Meilhamer


So, This does not work like i want it to.

Regards, 
Maximilian

------------------------------------------------------------------------

[2002-02-13 06:54:47] [EMAIL PROTECTED]

I'm closing this, because you can do this:

$trans = get_html_translation_table(HTML_ENTITIES);

$str = "Hallo & <Frau> & Krämer"

$original = strtr($str, $trans);


IMO, this does not warrant a new function.
See also:
http://www.php.net/manual/en/function.get-html-translation-table.php


Derick

------------------------------------------------------------------------

[2002-02-13 06:51:01] [EMAIL PROTECTED]

I will look into it.
I'm not sure about the name though.
html_entity_decode($string) ?
--Wez.

------------------------------------------------------------------------

[2002-02-13 05:35:24] [EMAIL PROTECTED]

Hello PHP-Team, 

Some People wrote about that already, 
and they submitted some kind of work-arounds. 

My Feature-Request is about the function 
"htmlentities()" and "htmlspecialchars()" 

Well, i think a lot of people would appreciate 
if you would integrate functions like 
"UNhtmlentities" and "UNhtmlspecialchars" 
which would convert 'htmlspecialcharacterized' 
strings back to their original values. 

Regards, 
Maximilian

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15535&edit=1

Reply via email to