Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Don't use <ctype.h> functions #386

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DemiMarie
Copy link

They're locale-dependent, whereas HTML parsing is locale-agnostic.

They're locale-dependent, whereas HTML parsing is locale-agnostic.
@kevinhendricks
Copy link
Contributor

kevinhendricks commented Jul 22, 2017

Should isspace include \v the vertical tab, since that is part of isspace in the C locale and it is typically included as whitespace? Or is this character explicitly excluded in the whatwg spec

@kevinhendricks
Copy link
Contributor

FWIW, Checked both the w3c and whatwg spec and whitespace characters for the purposes of the spec do NOT include the vertical tab \v char.

@DemiMarie DemiMarie force-pushed the fix-locale branch 2 times, most recently from c1710e5 to ab7c451 Compare July 22, 2017 19:36
@kevinhendricks
Copy link
Contributor

kevinhendricks commented Oct 12, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants