Hello Moriyoshi,

Wednesday, February 4, 2004, 8:24:09 AM, you wrote:

> moriyoshi             Wed Feb  4 02:24:09 2004 EDT

>   Modified files:              
>     /php-src/ext/mbstring/libmbfl     AUTHORS Makefile.am Makefile.bcc32 
>                                       README config.h.in configure.in 
>                                       mbfl.rc 
>     /php-src/ext/mbstring/libmbfl/filters     Makefile.am html_entities.c 
>                                               html_entities.h 
>                                               mbfilter_htmlent.c 
>     /php-src/ext/mbstring/libmbfl/mbfl        Makefile.am mbfilter.c 
>                                               mbfilter.h mbfilter_8bit.h 
>                                               mbfilter_pass.h mbfilter_wchar.h 
>                                               mbfl_convert.c mbfl_convert.h 
>                                               mbfl_ident.c mbfl_ident.h 
>     /php-src/ext/mbstring/libmbfl/nls Makefile.am 
>   Log:
>   - Update libmbfl to the latest. This fixes several serious issues in the html
>     entity encoder and the encoding detection facility. There should be no
>     problem with mailparse() as API change was made so carefully that it
>     would be as small as possible.
  
  
Why were the following changed to be converted always?
Doing so prevents you from sending out html code.

-const mbfl_html_entity mbfl_html_entity_list[] = { /*
-  {"quot",       34},  DO NOT CONVERT THESE AUTOMATICALLY
+const mbfl_html_entity_entry mbfl_html_entity_list[] = {
+  {"quot",       34},
   {"amp",        38},
   {"lt",         60},
-  {"gt",         62},  */
+  {"gt",         62},


Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to