mirror of https://github.com/alibaba/fastjson2.git
add comment
This commit is contained in:
parent
b4490bf78f
commit
bd731e9286
|
|
@ -74,6 +74,7 @@ final class CSVReaderUTF8<T>
|
|||
this.end = cnt;
|
||||
|
||||
if (end > 3) {
|
||||
// UTF8-BOM EF BB BF
|
||||
if (buf[0] == -17 && buf[1] == -69 && buf[2] == -65) {
|
||||
off = 3;
|
||||
lineNextStart = off;
|
||||
|
|
|
|||
Loading…
Reference in New Issue