[자료] text/plain

자료 2009. 7. 30. 15:49
response.setContentType("text/plain"); 에서 text/plain은 무엇인가?

In computing, plain text is a term used for an ordinary "unformatted" sequential file readable as textual material without much processing.

The encoding has traditionally been either ASCII, one of its many derivatives such as ISO/IEC 646 etc., or sometimes EBCDIC. No other encodings are used in plain text files which neither contain any (character-based) structural tags such as heading marks, nor any typographic markers like bold face, italics, etc.

Unicode is today gradually replacing the older ASCII derivatives limited to 7 or 8 bit codes. It will probably serve much the same purposes, but this time permitting almost any human language as well as important punctuation and symbols such as mathematical relations (≠ ≤ ≥ ≈), multiplication (× •), etc, which are not included in the more restricted ASCII set.

unformatted text를 지칭하는 용어.

default ContentType.

Posted by zeide
,