ecma262
ecma262 copied to clipboard
Editorial: Consolidate use of ASCII subsets
trafficstars
Fixes #2570
- Introduce a definition for ASCII word characters
- Refer to Unicode Basic Latin as "block" rather than "range"
- Refactor URI Handling Functions for clarity
- Refactor
escapefor clarity - Replace |ControlLetter| with |AsciiLetter|
@gibson042 LGTM but has conflicts that need to be resolved.
@michaelficarra Conflicts resolved.