광부위키에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2022년 6월 18일 (토) 21:22 Gnlow 토론 기여님이 모듈:한글 처리 문서를 만들었습니다 (새 문서: --Generated with https://github.com/TypeScriptToLua/TypeScriptToLua p = {} --- -- @noSelfInFile * function p.charCodeAt(char) local a, b, c = string.byte(char, 1, 3) return (a - 224) * 4096 + (b - 128) * 64 + c - 128 - 44032 end function p.convert(text, choseong, jungseong, jongseong) local result = string.gsub( text, "[^%c%p%s%w][^%c%p%s%w][^%c%p%s%w]", function(char) local code = charCodeAt(char) local cho...)