Marek Kilimajer wrote:
> I don't know what the character is but if you paste it into the
> textarea, ord() will tell you.
>


When I run ord(), it returns the value of 19. I'm guessing that is a hex value. And when I look that up on the ascII table, it says:
19 DC3 (Device Control 3)


For some reason when it retrieves the CLOB from the database it is converting any " that were created with MS-Word into this DC3 character.

Strange indeed....

Thanks,
R

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



Reply via email to