[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: well-formedness error




At 12:11 04/06/16 +0200, Julian Reschke wrote:


2) Escape every character outside US-ASCII as character reference.

This is one choice. The other choice is to convert to UTF-8. The advantages are: - People can still read the source text - Overall shorter - Faster


Regards, Martin.