MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / CodePage

Method CodePage

scintilla/src/Document.cxx:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702int SCI_METHOD Document::CodePage() const {
703 return dbcsCodePage;
704}
705
706bool SCI_METHOD Document::IsDBCSLeadByte(char ch) const {
707 // Byte ranges found in Wikipedia articles with relevant search strings in each case

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected