Re: [bug-gettext] [bug #52932] XML doesn’t default to UTF-8

2018-01-20 Thread Roumen Petrov
Bruno Haible wrote: Update of bug #52932 (project gettext): Status:None => Need Info ___ Follow-up Comment #1: Why? Why make an assumption about the encoding (that assumption can be wrong) - thus p

[bug-gettext] bug #52932: XML doesn’t default to UTF-8

2018-01-20 Thread Roumen Petrov
There is no exactly default encoding for xml as specification requires xml processor to support UTF-8 and UTF-16 encoding - for more details see chapter https://www.w3.org/TR/xml/#charencoding . Next encoding is required if is not UTF-8 or UTF-16. Actually is more complicated. Let me quote fr