.removed DUMP

git-svn-id: svn://ultimatepp.org/upp/trunk@8681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-13 14:30:57 +00:00
parent 2a75ef39f2
commit d146b343df

View file

@ -525,7 +525,6 @@ void Ide::EditFile0(const String& path, byte charset, bool astext, const String&
}
else {
String s = in.Get(3);
DUMPHEX(s);
if(s.GetCount() >= 2) {
if((byte)s[0] == 0xff && (byte)s[1] == 0xfe)
charset = CHARSET_UTF16_LE_BOM;