From: David Lawrence Ramsey Date: Thu, 7 Apr 2005 02:45:28 +0000 (+0000) Subject: remove TODO item about allowing the editing of UTF-8 as raw bytes when X-Git-Tag: v1.3.7~10 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d9a4dedd35bba06b4ce0f3e985a8fa8ab7d72ed8;p=nano.git remove TODO item about allowing the editing of UTF-8 as raw bytes when the NO_CONVERT flag is used, as it will be practically impossible to get right (since displayed non-editable strings should always be parsed as UTF-8, whether the edited text is or not, and the switching back and forth between raw and normal mode when editing text and displaying it will be far too complicated) git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2452 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/TODO b/TODO index 094d3ba3..fcd08cbb 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,7 @@ TODO file (? means the feature may be implemented, but not definitely) ----------------------------------------------------------------------------- For version 1.4: -- UTF-8 support. [DONE except for the NO_CONVERT flag, which should - allow editing UTF-8 as raw bytes.] +- UTF-8 support. [DONE] - Support for paragraph searches. [DONE] - Support for justifying the entire file at once. [DONE] - Support for filename searches in the file browser.