Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Wez Furlong
Assuming that the table is correct, this patch looks OK to me. --Wez. > http://www.synchromedia.co.uk/php/html.c.diff.txt -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
on 21/11/03 15:12, Derick Rethans at [EMAIL PROTECTED] wrote: > hah, nope. That stupid entourage sends all attachments as > application/octen-stream and that is stripped. I just upgraded to 10.3 and will be switching to Mail.app shortly to be MS-free at last... > Put it online and posta link? h

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
on 21/11/03 15:09, Marcus Bointon at [EMAIL PROTECTED] wrote: > Thanks for the tip, it's attached this time, hope it works. Hm. That didn't work either. Is there some specific encoding I should be using for the attachment? It was sent using base64. Not my day... Marcus -- Marcus Bointon Synchr

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Derick Rethans
On Fri, 21 Nov 2003, Marcus Bointon wrote: > on 21/11/03 14:49, Derick Rethans at [EMAIL PROTECTED] wrote: > > > Try to add it with the .txt extension... > > Thanks for the tip, it's attached this time, hope it works. hah, nope. That stupid entourage sends all attachments as application/octen-str

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
on 21/11/03 14:49, Derick Rethans at [EMAIL PROTECTED] wrote: > Try to add it with the .txt extension... Thanks for the tip, it's attached this time, hope it works. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk --

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Derick Rethans
On Fri, 21 Nov 2003, Marcus Bointon wrote: > Ahem, and again, with the attachment... Try to add it with the .txt extension... Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
on 21/11/03 14:46, Marcus Bointon at [EMAIL PROTECTED] wrote: > Ahem, and again, with the attachment... Erm. That didn't come through to the list - how/where am I supposed to post patches as I have seen others do? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Ilia Alshanetsky
Where is the patch? :) Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
Ahem, and again, with the attachment... on 21/11/03 14:45, Marcus Bointon at [EMAIL PROTECTED] wrote: > Hi, > > Attached is a patch against 5.0.0b2 for ext/standard/html.c that adds > support for the MacRoman encoding to the htmlentities function. I guess it > may also be used by html_decode_ent

[PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
Hi, Attached is a patch against 5.0.0b2 for ext/standard/html.c that adds support for the MacRoman encoding to the htmlentities function. I guess it may also be used by html_decode_entities too. It will require further attention as I don't quite get what I need to do in html escape and unescape f