HTML 국가별 언어 charset Rule 사용법
페이지 정보
본문
@charset Rule 사용법
<STYLE type="text/css">
<!--
@charset "euc-kr"
body {
font-family: Segoe UI, 'Malgun Gothic', '맑은고딕', '돋움', Dotum, '굴림', Gulim;
}
-->
</STYLE>
참고사이트
http://www.opera.com/docs/specs/opera9/
http://www.geocities.com/dtmcbride/tech/charsets/chinese.html
http://www.cadvance.org/?leftmenu=doc/include/total_menu.asp&mainpage=doc/css/pseudo/charset.asp
http://h-fd.spaces.live.com/blog/cns!324CA75F2B629D43!722.entry
<STYLE type="text/css">
<!--
@charset "euc-kr"
body {
font-family: Segoe UI, 'Malgun Gothic', '맑은고딕', '돋움', Dotum, '굴림', Gulim;
}
-->
</STYLE>
언어 | Character Set | Where used | font-family |
---|---|---|---|
한국어 Korean |
KS | Segoe UI, 'Malgun Gothic', '맑은고딕', '돋움', Dotum, '굴림', Gulim | |
EUC-kR | EUC | ||
Johab | 조합형 | ||
영어 Latin |
ISO-8859-1 | 서유럽어 | Tahoma, Verdana, sans-serif, arial |
ISO-8859-2 | 동유럽 | ||
중국어 Chinese |
Big5 , utf-8 | 번체 (Chinese Traditiona) 대만 , 홍콩 |
MingLiU, PMingLiU |
EUC-TW | |||
GB2312 , utf-8 | 간체 (Chinese Simplified) 중국 본토 , 싱가포르 , 말레이시아 |
MS Song, SimSun | |
GBK , GBX | MS Hei | ||
Japanes | EUC-JP | EUC | 'MS ゴシック', 'MS 明朝', 'MS UI Gothic', 'MS Pゴシック' |
Shift_JIS | Shift-JIS | ||
유니코드 | utf-8 | Unicode | |
utf-16 | Unicode |
참고사이트
http://www.opera.com/docs/specs/opera9/
http://www.geocities.com/dtmcbride/tech/charsets/chinese.html
http://www.cadvance.org/?leftmenu=doc/include/total_menu.asp&mainpage=doc/css/pseudo/charset.asp
http://h-fd.spaces.live.com/blog/cns!324CA75F2B629D43!722.entry
댓글목록
등록된 댓글이 없습니다.