unneeded changes (‘  )
April 24, 2012 08:50AM

part of original text from ckeditor <pre><![CDATA[ Recenzja (z ?ac. recen'sio oznaczaj?''cego ‘spis ludno?ci, przegl?d’, w j?z. pol. za po?rednictwem niem. Recension) – analiza i ocena dzie?a artystycznego,  ]]></pre>

after purifier (default settings) <pre><![CDATA[ Recenzja (z ?ac. recen'sio oznaczaj?''cego ‘spis ludno?ci, przegl?d’, w j?z. pol. za po?rednictwem niem. Recension) – analiza i ocena dzie?a artystycznego,  ]]></pre>

afteer purifier ($config->set('Core.EscapeNonASCIICharacters',true)) <pre><![CDATA[ Recenzja (z łac. recen'sio oznaczają''cego ‘spis ludności, przegląd’, w jęz. pol. za pośrednictwem niem. Recension) – analiza i ocena dzieła artystycznego,  ]]></pre>

how should i configure purifier to get those special chars like ‘ saved same way as in original text? tags are fixed and working fine but those changes are not needed

Re: unneeded changes (‘  )
April 24, 2012 11:24AM

Not possible.

Author:
Your Email:

Subject:

HTML input is enabled. Make sure you escape all HTML and angled brackets with < and >.

Auto-paragraphing is enabled. Double newlines will be converted to paragraphs; for single newlines, use the pre tag.

Allowed tags: a, abbr, acronym, b, blockquote, caption, cite, code, dd, del, dfn, div, dl, dt, em, i, ins, kbd, li, ol, p, pre, s, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var.

For inputting literal code such as HTML and PHP for display, use CDATA tags to auto-escape your angled brackets, and pre to preserve newlines:

<pre><![CDATA[
Place code here
]]></pre>

Power users, you can hide this notice with:

.htmlpurifier-help {display:none;}

Message: