File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ How To Build and Install wcwidth.js
33
44This package does not provide an automated way to build or install the library
55except using [ ` npm ` ] ( http://npmjs.org/package/wcwidth.js ) because wcwidth.js is
6- intended to runs on top of ` node.js ` that is a javascript interpreter (if you
7- want to know more about ` node.js ` , visit http://nodejs.org ). If you have
8- ` node.js ` installed,
6+ intended to runs on top of [ ` node.js ` ] ( http://nodejs.org ) that is a javascript
7+ interpreter. If you have ` node.js ` installed,
98
109 npm install wcwidth.js
1110
12- brings the latest version of ` wcwidth.js ` and installs it.
11+ brings the latest version of ` wcwidth.js ` and installs it with its all
12+ depending packages.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
33
44Copyright (C) 2012 by Jun Woong.
55
6- This package is a JavaScript porting of Markus Kuhn's ` wcwidth() `
7- implementation distributed on http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c .
6+ This package is a JavaScript porting of ` wcwidth() ` implementation
7+ [ by Markus Kuhn ] ( http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c ) .
88
99Permission is hereby granted, free of charge, to any person obtaining a copy of
1010this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 11wcwidth.js: A JavaScript Porting of Markus Kuhn's wcwidth() Implementation
22==========================================================================
33
4- ` wcwidth.js ` is a simple JavaScript porting of ` wcwidth() ` implemented in C by
5- Markus Kuhn (the original implementation can be found on
6- http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c ).
4+ ` wcwidth.js ` is a simple JavaScript porting of ` wcwidth() ` implemented in C
5+ [ by Markus Kuhn] ( http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c ) .
76
87` wcwidth() ` and its string version, ` wcswidth() ` are defined by IEEE Std
981002.1-2001, a.k.a. POSIX.1-2001, and return the number of columns used to
You can’t perform that action at this time.
0 commit comments