Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 352 Bytes

文字コード勉強会(ユニコード)

UTF-8 でのバイト数

$ node src/utf-8.js

UTF-16 での文字数(Char数)

$ node src/utf-16.js

コードポイント数(サロゲートペアを考慮)

$ node src/codepoint.js

結合文字

$ node src/combining-1.js
$ node src/combining-2.js