mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 06:14:08 -06:00
.removed DUMP
git-svn-id: svn://ultimatepp.org/upp/trunk@8681 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2a75ef39f2
commit
d146b343df
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue