[EMAIL PROTECTED] wrote:
>  ID:               15535
>  Updated by:       [EMAIL PROTECTED]
>  Reported By:      [EMAIL PROTECTED]
>  Status:           Closed
>  Bug Type:         Feature/Change Request
>  Operating System: Win2000
>  PHP Version:      4.1.1
>  New Comment:
> 
> Although... I don't see why there shouldn't be unhtmlentities() or
> whatever.

2 person wrote the function.
I vote +1, few others vote for -1.

I also do not understand why others do not prefer to
have consistency like

If inverse-conversion is possible, it's better
to have one.

It's not a matter of easy to write, etc, issue.
It's a basic best practice to follow, IMO.
(PHP has many inconsistency, anyway!?)

--
Yasuo Ohgaki


> 
> 
> 
> Previous Comments:
> ------------------------------------------------------------------------
> 
> [2002-04-17 01:13:38] [EMAIL PROTECTED]
> 
> Go read the get_html_translation_table() manual page.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> [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.
> 
> ------------------------------------------------------------------------
> 
> The remainder of the comments for this report are too long. To view
> the rest of the comments, please view the bug report online at
>     http://bugs.php.net/15535
> 



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to