Page 1 of 1

Use of asterisk

Posted: Fri Dec 02, 2011 1:23 pm
by ramon
Hello,

I just found a posting from 2007 saying, that escaping of an asterisk isn't supported by s9y. Is this still unsupported or is it now possible to escape this sign? If yes, how?

Is just wrote an article about some MySQL-stuff and had some minor problems with parts like "SELECT * FROM" :-)

Regards
Ramon

Re: Use of asterisk

Posted: Fri Dec 02, 2011 2:32 pm
by garvinhicking
Hi!

It would help if you'd reference that specific posting, because I don't know all postings of 2007 by heart. ;))

Basically asterisks can be used. Unless specific markup plugins are involved. then it depends on the markup plugin if and how special characters can be escaped.

You could always try to use a &#xxx; entity to reference special characters if they trigger something else...

Regards,
Garvin

Re: Use of asterisk

Posted: Fri Dec 02, 2011 4:44 pm
by Timbalu
As far as I remember the normally installed by default plugin serendipity_event_s9ymarkup takes care about it, so SELECT \* FROM should suffice.

Re: Use of asterisk

Posted: Sat Dec 03, 2011 11:07 am
by ramon
Hi Garvin,
garvinhicking wrote:It would help if you'd reference that specific posting, because I don't know all postings of 2007 by heart. ;))
hum?! It's your board and you don't now all postings? Tztz :-)

This is the posting I was talking about => http://board.s9y.org/viewtopic.php?f=2&t=10897
garvinhicking wrote:Basically asterisks can be used. Unless specific markup plugins are involved. then it depends on the markup plugin if and how special characters can be escaped.

You could always try to use a &#xxx; entity to reference special characters if they trigger something else...
We have some markup-plugins in use. GeSHi, NL2BR, Serendipity and Autotitle. And yes. Using &#xxx; is working very well.

regard
Ramon

Re: Use of asterisk

Posted: Sat Dec 03, 2011 11:09 am
by ramon
Hi Timbalu,
Timbalu wrote:As far as I remember the normally installed by default plugin serendipity_event_s9ymarkup takes care about it, so SELECT \* FROM should suffice.
cool, this is working as well. Thank you! ;)

regards
Ramon