Lua utf8.codepoint()

Jmnote (토론 | 기여)님의 2017년 6월 28일 (수) 16:14 판 (Jmnote님이 Lua5.3 utf8.codepint() 문서를 Lua utf8.codepint() 문서로 이동했습니다)

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 }}