Age | Commit message (Collapse) | Author |
|
The C and JS implementations are being split off into
different repositories.
This repository will just have the spec itself.
|
|
This does a proper unicode case fold instead of just using
toUpperCase. It is also faster, partly because we can do
one pass for space and case normalization.
Modified from the NPM package fold-case; proper credit given
in source and COPYING.
|
|
|
|
|
|
This update clarifies the provenance and license of buffer.h,
buffer.c, chunk.h, utf8.h, utf8.c.
@vmg certifies by merging this PR that the license and copyright
information are accurate.
|