☆ should work. Swiki translates that into * when you view the page.

An even better solution is probably surrounding your C++ code with 
<html><pre> and </html></pre>

That should work most of the time, though <>& are still problematic. The 
best solution would be to hack the formatters to add a <c></c> exception. 
Of course, that would require lots of work.

Peace and Luck!

Je77

On Tue, Jan 29, 2002 at 11:02:01AM -0000, John Fletcher wrote:
> I want to include C++ code in my wiki pages.  C++ contains *, so I 
> would like to do something which will print as * and will not activate 
> a swiki page name.
> 
> I have tried &#42; which gets translated into a star, 
> 
> and &star; which doesn't print.
> 
> ANy thoughts.
> 
> I am using an old swiki on Squeak 2.2
> 
> John

Reply via email to