fix htmlinputstream, tokenizer to use codepoints and build strings as late as possible #16704
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
type-enhancement
A request for a change that isn't a bug
There's a todo explaining, but I think we can radically simplify this class and base it on codepoints instead of building up string chunks. I'd also like to remove the RegExp that is used for "charsUntil"
This could be done in two phases also, first simplify inputstream then tokenizer
The text was updated successfully, but these errors were encountered: