diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-05-08 16:05:00 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-05-08 16:05:00 +0200 |
commit | f8582687aab94d0e009796e6c51c9bb6e4192106 (patch) | |
tree | 214fb6a3d699f7fe97b831a6a99a44d27d31d93a /localworddiff | |
parent | 9648541b65a3453b20cf798bbc39fb42c5509142 (diff) |
Add TODO on escaping non-ASCII chars.
Diffstat (limited to 'localworddiff')
-rwxr-xr-x | localworddiff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/localworddiff b/localworddiff index 86c6f00..63a67fa 100755 --- a/localworddiff +++ b/localworddiff @@ -18,6 +18,8 @@ # # Depends: libtext-markdown-perl libhtml-html5-builder libcss-perl # Depends: libtext-worddiff-perl (>= 0.08) +# +# TODO: html-escape non-ASCII characters use Text::WordDiff; use Text::Markdown qw[markdown]; |