Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Document.characterSet

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

읽기 전용 속성인 Document.characterSet 은 현재 document의 character encoding을 반환합니다. character encoding은 document rendering을 위해 사용되는, 페이지에 명시되는 encoding에 따라 달라질 수 있는 character set 입니다. ( 사용자는 encoding을 override 할 수 있습니다. )

document.charset 과 document.inputEncoding 속성은 document.characterSet 의 legacy 별칭들입니다. 이 속성들은 더 이상 사용하지 마십시오.

Syntax

var string = document.characterSet

Examples

<button onclick="console.log(document.characterSet);">
  Show character set
</button>
// "ISO-8859-1" 이나 "UTF-8" 과 같은, document의 character set을 반환합니다.

Specifications

Specification Status Comment
DOM
The definition of 'characterSet' in that specification.
Living Standard Initial definition.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 45.0 (Yes) ? ? ?
charset Made read-only in 45 44 (44) ? ? ?
Feature Android Android Webview Firefox Mobile (Gecko) Firefox OS IE Mobile Opera Mobile Safari Mobile Chrome for Android
Basic support No support 45.0 (Yes) (Yes) ? ? ? 45.0
charset ? ? 44.0 (44) 2.5 ? ? ? ?

문서 태그 및 공헌자

태그: 
 이 페이지의 공헌자: dragmove
 최종 변경: dragmove,