MCPcopy Create free account
hub / github.com/buggins/coolreader / decodeString

Method decodeString

crengine/src/chmfmt.cpp:796–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794 }
795
796 lString16 decodeString( const lString8 & str ) {
797 return ByteToUnicode( str, _enc_table );
798 }
799
800 lString16 getTitle() {
801 return decodeString(_title);

Callers

nothing calls this directly

Calls 1

ByteToUnicodeFunction · 0.85

Tested by

no test coverage detected