Fix typos
[TortoiseGit.git] / ext / scintilla / win32 / HanjaDic.h
blobbdb65fc20782d8a08a816d9e746544f1931c6d8f
1 // Scintilla source code edit control
2 /** @file HanjaDic.h
3 ** Korean Hanja Dictionary
4 ** Convert between Korean Hanja and Hangul by COM interface.
5 **/
6 // Copyright 2015 by Neil Hodgson <neilh@scintilla.org>
7 // The License.txt file describes the conditions under which this software may be distributed.
9 #ifndef HANJADIC_H
10 #define HANJADIC_H
12 namespace Scintilla::Internal {
14 namespace HanjaDict {
16 bool GetHangulOfHanja(std::wstring &inout) noexcept;
22 #endif