commit d9a4dedd35bba06b4ce0f3e985a8fa8ab7d72ed8
parent de85d6352030fa950f36a79e22189dfc8eef8b11
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 7 Apr 2005 02:45:28 +0000
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
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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.