|
Posted by Rory Browne on 09/19/05 17:44
On 9/19/05, David Robley <robleyd@ozemail.com.au> wrote:
> Wondering if anyone knows of a PHP class or other PHP tool for creating
> RSS/XML data which gracefully handles 'strange' characters such as M$
> Word's delightful 'smart quotes'.
Why not do something simple like preg_replace [^a-zA-Z0-9_-](or
something like that) with its #xx equivlent.
> I've found a couple so far, libRSS (by Jan Pieper) and ContentFeeder 2.0,
> but neither deals very well with the plethora of rubbish that seems to
> issue from Word. These seem to be mainly in the range (but not all of the
> range) ASCII 128 - 159
>
> TIA for any pointers.
>
>
>
> Cheers
> --
> David Robley
>
> "I commanded a group of ships for a week," Tom said fleetingly.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Navigation:
[Reply to this message]
|