Skip to content

Non-ASCII characters are inconsistently represented #634

Closed
@gibson042

Description

@gibson042

cf. #621 (comment) :

ECMA-262 prefers HTML character entities and ECMA-402 should follow suit. But we'll probably just update everything at once.

$ egrep --no-filename -ro \
  '[^][\n !"#$%&'\''()*+,./0-9:;<=>?@A-Z\\^_`a-z{|}~-]|&[[:alnum:]]*;' spec/ | \
  sort | uniq -c
     10 ×
     11 ≠
      3 ≤
      3 ≥
      9 §
     23 –
     16 𝔽
      5 &ge;
     84 &gt;
      3 &infin;
     79 &laquo;
      2 &ldquo;
      1 &le;
     87 &lt;
      1 &mdash;
      1 &ne;
     79 &raquo;
      2 &rdquo;
      1 &reg;

Metadata

Metadata

Assignees

No one assigned

    Labels

    SmallSmaller change solvable in a Pull Requestc: specComponent: spec editorial issuess: help wantedStatus: help wanted; needs proposal champion

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions