Commit d9a4dedd authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

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
No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
...@@ -2,8 +2,7 @@ TODO file (? means the feature may be implemented, but not definitely) ...@@ -2,8 +2,7 @@ TODO file (? means the feature may be implemented, but not definitely)
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
For version 1.4: For version 1.4:
- UTF-8 support. [DONE except for the NO_CONVERT flag, which should - UTF-8 support. [DONE]
allow editing UTF-8 as raw bytes.]
- Support for paragraph searches. [DONE] - Support for paragraph searches. [DONE]
- Support for justifying the entire file at once. [DONE] - Support for justifying the entire file at once. [DONE]
- Support for filename searches in the file browser. - Support for filename searches in the file browser.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment