"Lua utf8.codepoint()"의 두 판 사이의 차이

잔글 (Jmnote님이 Lua5.3 utf8.codepint() 문서를 Lua utf8.codepint() 문서로 이동했습니다)
잔글 (Jmnote님이 Lua utf8.codepint() 문서를 Lua utf8.codepoint() 문서로 이동했습니다)
(차이 없음)

2017년 6월 28일 (수) 16:14 판

1 개요

Lua5.3 utf8.codepint()
  • Lua 5.3 버전 이상에서 가능
print( utf8.codepoint('A') )
// 65
print( utf8.codepoint('가') )
// 44032

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}