Skip to content

Deno port of Node's port of the C port of wcwidth() and wcswidth()

License

Notifications You must be signed in to change notification settings

tiaanduplessis/deno-wcwidth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-wcwidth

Deno port of Node's port of the C port of wcwidth() and wcswidth()

About

Determine columns needed for a fixed-size wide-character string. Refer to the original for more info. This was more to try out Deno than anything else ¯\(ツ)/¯.

Usage

'한'.length    // => 1
wcwidth('한');   // => 2

'한글'.length    // => 2
wcwidth('한글'); /

License

MIT

About

Deno port of Node's port of the C port of wcwidth() and wcswidth()

Topics

Resources

License

Stars

Watchers

Forks

Packages