BOM inside tokens

Igor Bukanov igor at mir2.org
Tue Jul 15 10:22:28 PDT 2008


The currently proposed rule for byte-order-mark (BOM) characters in
ES4 sources is to replace them by whitespace outside of tokens. But
what is exactly the tokens in a case like -<bom>-?

AFAICS it would be treated as - - turning cases like:
  -<bom>-a;
into
  - -a;
versus
  --a;
that would be with current ES3 implementations.

Regards, Igor



More information about the Es4-discuss mailing list