visit_target_encoding_string

A method to handle string summary information values (titles, authors, and so on) presented in your configured target encoding.

NOTE: KeyView can provide the string in the configured encoding only when it can determine the source encoding. When the source encoding cannot be determined, it is likely that unicode string have been used. See visit_utf8_string.

Syntax

virtual ReturnT visit_target_encoding_string(const std::string& val) = 0;