From 705f9ce0ebfe2f63a8059a66ac81451c9c241185 Mon Sep 17 00:00:00 2001 From: Andrey Kotlarski Date: Sat, 13 Apr 2013 23:45:30 +0300 Subject: [PATCH] Add issue section to the README. --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index c58904d..edd0837 100644 --- a/README.org +++ b/README.org @@ -14,3 +14,9 @@ improvements: meanwhile - vlfi is added as an option when opening large files +* Known issues + +- When chunk starts with only part of multi-byte character, encoding + for this chunk is clobbered visibly, don't edit/save in such case. + Workaround is to move back to the first non-clobbered chunk and + enlarge batch size until this chunk comes into range.