johnwcowan / r7rs-work

96 stars 12 forks source link

UrisCowan automatic decoding #38

Open arvyy opened 1 year ago

arvyy commented 1 year ago

Sequences of %-escapes representing non-ASCII characters are replaced by the corresponding Unicode character.

This needs clarity, I think. Does this mean non-standard %uxxxx format? %xx encoded bytes with some assumption of encoding (eg. utf8)? Both?