0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 08:21:52 +00:00

Add TODO items:

- RTL/LTR override UTF-8 character treatment
- Content compression by removing whitespace

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@501 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2006-10-31 02:17:52 +00:00
parent 74ba9b8629
commit 24f2771304

6
TODO
View File

@ -47,6 +47,12 @@ Unknown release (on a scratch-an-itch basis)
numerically encoding all non-ASCII characters
- Semi-lossy dumb alternate character encoding transformations, achieved by
encoding all characters that have string entity equivalents
- Convert RTL/LTR override characters to <bdo> tags, or vice versa on demand.
Also, enable disabling of directionality
Requested
- Native content compression, whitespace stripping (don't rely on Tidy, make
sure we don't remove from pre tags)
Wontfix
- Non-lossy smart alternate character encoding transformations