From 4e08389427f36b2ddf912b4ad7d71a242cf568cb Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 28 Aug 2006 19:21:46 +0000 Subject: [PATCH] Modify TODO: we'll support lossy character encoding transformations (good for websites that are not i18n) but not much else. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@331 48356398-32a2-884e-a903-53898d9a118a --- TODO | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 60d29a66..74d5d7f4 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,8 @@ Ongoing - background - list-style - Revise (HTML|CSS)Definition and Config relationship (groundwork for 2.0) - - ISO 8895-1 out-of-the-box support + - Lossy alternate character encoding support (characters not in the encoding + will get silently dropped). 1.1 release - Directive documentation generation @@ -48,4 +49,8 @@ Unknown release (on a scratch-an-itch basis) - Automatically add non-breaking spaces to empty table cells when empty-cells:show is applied to have compatibility with Internet Explorer - Pretty-printing HTML (adds dependency of Generator to HTMLDefinition) - - Support for lots of character encodings out-of-the-box + - Non-lossy dumb alternate character encoding transformations, achieved by + numerically encoding all non-ASCII characters + +Wontfix + - Non-lossy smart alternate character encoding transformations