Commit 013294b384ab6dec0320f4c2ce6aa7a810b1630a Parent c637f8d6d57aa197d57579dc8f87023be635e8ad Author John MacFarlane <jgm@berkeley.edu> Date Thu, 15 Jan 2015 09:34:01 -0800 Added normalize-reference.js. 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.