
12 Sep
2007
12 Sep
'07
12:02 p.m.
Roberto Zunino wrote:
Would be enough to use the %xx encoding of parenthesis? Would you instead use another prefix (it is enough that no haskell identifier can start with it)? Maybe ".line" or "-line" ?
AFAICS, I think "line-" should do. From w3.org: ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods ("."). Zun.