]> git.wh0rd.org Git - nano.git/commitdiff
remove TODO item about allowing the editing of UTF-8 as raw bytes when
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 7 Apr 2005 02:45:28 +0000 (02:45 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 7 Apr 2005 02:45:28 +0000 (02:45 +0000)
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

TODO

diff --git a/TODO b/TODO
index 094d3ba3732d0e8c4328981534f852e601392ea4..fcd08cbb106ac7fbcb18f146227b837b07cd68af 100644 (file)
--- 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.