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

Method from_dictionary_encoding

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

Source from the content-addressed store, hash-verified

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
146HunspellInterface::HunspellInterface(HWND npp_window_arg, const Settings &settings)
147 : m_use_one_dic(false), m_settings(settings) {

Callers 1

get_suggestionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected