Sergey

Results 1 issues of Sergey

In the module "node-dbf" there is the following problem: the encoding with large files, ``` buffer = overflow + buffer //return string utf-8 ``` replace ``` buffer = Buffer.concat([overflow,buffer], buffer.length...