Jonas Meurer wrote:
(...)
i've changed my plans, and now will transform the comments to html
before saving them in mysql. this way, the comment never contains
special chars except they weren't filtered out when safed in mysql.
do any filters exist, to transform plain text to html? otherwise i might
Wolfram Kraus <[EMAIL PROTECTED]> wrote:
> Jonas Meurer wrote:
>> hello,
>>
>> my script selects a comment saved as VARCHAR in MySQL and displays it
>> inside an html page.
>>
>> the problem is, that the comment contains several special characters, as
>> mysterious utf-8 hyphens, german umlauts,
Jonas Meurer wrote:
hello,
my script selects a comment saved as VARCHAR in MySQL and displays it
inside an html page.
the problem is, that the comment contains several special characters, as
mysterious utf-8 hyphens, german umlauts, etc.
i could write a function to parse the comment and substitute
Jonas Meurer wrote:
On 22/02/2005 Radovan Garabik wrote:
i could write a function to parse the comment and substitute special
chars with the relevant html code, but maybe this already exists in some
module?
just make the page in utf-8, and you'll save you a lot of troubles
ok, how do i do this? si
On 22/02/2005 Radovan Garabik wrote:
> > i could write a function to parse the comment and substitute special
> > chars with the relevant html code, but maybe this already exists in some
> > module?
>
> just make the page in utf-8, and you'll save you a lot of troubles
ok, how do i do this? simpl
Jonas Meurer <[EMAIL PROTECTED]> wrote:
> hello,
>
> my script selects a comment saved as VARCHAR in MySQL and displays it
> inside an html page.
>
> the problem is, that the comment contains several special characters, as
> mysterious utf-8 hyphens, german umlauts, etc.
>
> i could write a func
hello,
my script selects a comment saved as VARCHAR in MySQL and displays it
inside an html page.
the problem is, that the comment contains several special characters, as
mysterious utf-8 hyphens, german umlauts, etc.
i could write a function to parse the comment and substitute special
chars wit