MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / IsTextUtf8

Function IsTextUtf8

Libraries/unrar/unicode.cpp:400–403  ·  view source on GitHub ↗

For zero terminated strings.

Source from the content-addressed store, hash-verified

398
399// For zero terminated strings.
400bool IsTextUtf8(const byte *Src)
401{
402 return IsTextUtf8(Src,strlen((const char *)Src));
403}
404
405
406// Source data can be both with and without UTF-8 BOM.

Callers 1

DetectTextEncodingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected