MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / to_dictionary_encoding

Method to_dictionary_encoding

src/spellers/HunspellInterface.cpp:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142std::string DicInfo::to_dictionary_encoding(std::wstring_view input) const { return convert_impl<char>(converter, input); }
143
144std::wstring DicInfo::from_dictionary_encoding(std::string_view input) const { return convert_impl<wchar_t>(back_converter, input); }
145

Callers 3

speller_check_wordMethod · 0.80
add_to_dictionaryMethod · 0.80
get_suggestionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected