Update PSPOskDialog.cpp

This commit is contained in:
mgaver 2013-04-24 19:51:46 +09:00
parent d1b862de21
commit 832bf55173

View file

@ -43,10 +43,10 @@ static const wchar_t diacritics[2][103] =
// Korean(Hangul) consonant
static const wchar_t kor_cons[] = L"ㄱㄲㄴㄷㄸㄹㅁㅂㅃㅅㅆㅇㅈㅉㅊㅋㅌㅍㅎ";
// Korean(Hangul) bowels, Some bowels are not used, them will be spacing
// Korean(Hangul) vowels, Some bowels are not used, them will be spacing
static const wchar_t kor_vowel[] = L"ㅏㅐㅑㅒㅓㅔㅕㅖㅗ ㅛㅜ ㅠㅡ ㅣ";
// Korean(Hangul) bowel Combination key
// Korean(Hangul) vowel Combination key
const int kor_vowelCom[] = {0,8,9,1,8,10,20,8,11,4,13,14,5,13,15,20,13,16,20,18,19};
// Korean(Hangul) last consonant(diacritics)
@ -869,4 +869,4 @@ void PSPOskDialog::DoState(PointerWrap &p)
p.Do(selectedChar);
p.Do(inputChars);
p.DoMarker("PSPOskDialog");
}
}