이 기사 에 따르면 application / xml이 선호됩니다.
편집하다
나는 기사에 약간의 후속 조치를 취했다.
저자는 다음과 같이 XML 처리 명령에서 선언 된 인코딩이라고 주장합니다.
<?xml version="1.0" encoding="UTF-8"?>
text/xml
용지 종류를 사용하는 경우 무시할 수 있습니다 .
RFC 2046 의 text/*
MIME 유형 패밀리 사양 의 정의 , 특히 다음 조각과 같은 논문을 지원합니다 .
4.1.2. Charset Parameter
A critical parameter that may be specified in the Content-Type field
for "text/plain" data is the character set. This is specified with a
"charset" parameter, as in:
Content-type: text/plain; charset=iso-8859-1
Unlike some other parameter values, the values of the charset
parameter are NOT case sensitive. The default character set, which
must be assumed in the absence of a charset parameter, is US-ASCII.
The specification for any future subtypes of "text" must specify
whether or not they will also utilize a "charset" parameter, and may
possibly restrict its values as well. For other subtypes of "text"
than "text/plain", the semantics of the "charset" parameter should be
defined to be identical to those specified here for "text/plain",
i.e., the body consists entirely of characters in the given charset.
In particular, definers of future "text" subtypes should pay close
attention to the implications of multioctet character sets for their
subtype definitions.
그들에 따르면, application/xml
MIME 타입을 사용할 때 이러한 어려움을 피할 수 있습니다 . 그것이 사실이든 아니든, 나는 피하지 않을 것 text/xml
입니다. IMHO, 인간 가독성 (비가 독성)의 의미를 따르는 것이 가장 좋으며 항상 문자 세트를 지정해야합니다.