Open petrbizon opened 2 years ago
Could you please add the code call?
I'ts important to know if you use DetectFromFile/DetectFromStream/DetectFromBytes/ and with of without loops
I receive bytes from web request (byte[] data)
and then I am working with them:
DetectionResult charsetDetectorResult = CharsetDetector.DetectFromBytes(data);
DetectionDetail resultDetected = charsetDetectorResult.Detected;
string encodingName = resultDetected.EncodingName;
I tried to look on the file in notepad++ with detected codepage iso-8859-2 and there is wrong character 'ž' when I am looking on the file with codepage Windows-1250, the character 'ž' is showed right.
Hello, I attached the file which is in Windows-1250, but library detects it as iso-8859-2. Thank You for trying. Petr B. 774723_PPBP_0510_02_gu.csv