Re: Creole

new topic     » goto parent     » topic index » view thread      » older message » newer message
mattlewis said...
andi49 said...

At least for my usage i have now a creole (better: creolehtml) that works the way i want.

That sounds like something we should have in the main code base. Would you share your patch, please?

Matt

Sure, but i'am not sure if this simple change works everywhere.

html_gen.e

constant kHTML = { 
	{ "&", "&" }, 
	{ "<", "&lt;" }, 
	{ ">", "&gt;" }, 
	{ {196}, "&Auml;" }, --Ae 
	{ {228}, "&auml;" }, --ae 
	{ {220}, "&Uuml;" }, --Ue 
	{ {252}, "&uuml;" }, --ue 
	{ {214}, "&Ouml;" }, --Oe 
	{ {246}, "&ouml;" }, --oe 
	{ {223}, "&szlig;" }, -- ss 
	$ 
} 

At least it works for me.

Andreas

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu