diff options
Diffstat (limited to 'files/ko/glossary/character_set/index.html')
-rw-r--r-- | files/ko/glossary/character_set/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/ko/glossary/character_set/index.html b/files/ko/glossary/character_set/index.html new file mode 100644 index 0000000000..7c6d876238 --- /dev/null +++ b/files/ko/glossary/character_set/index.html @@ -0,0 +1,31 @@ +--- +title: Character set +slug: Glossary/character_set +translation_of: Glossary/character_set +--- +<p><span class="seoSummary"><strong>문자 집합</strong> 은 문자, 숫자, 문장 부호, 공백 등의 </span>{{Glossary("Character", "문자")}}<span class="seoSummary">들을 재생하는 방법을 컴퓨터에 알려주는 인코딩 시스템이다.</span></p> + +<p>이전에, 각 나라들은 그들의 다양한 문자 사용 때문에 고유의 문자 집합(예를 들면 일본어를 위한 Kanji JIS 코드(예: Shift-JIS, EUC-JP 등), 전통 중국어를 위한 Big5, 러시아어를 위한 KOI8-R) 을 개발했다. 그러나, {{Glossary("Unicode")}}는 점차 보편적인 언어 지원을 위해 가장 수용 가능한 문자 집합이 된다.</p> + +<p>문자 집합이 잘못 사용된 경우(예: 빅5로 인코딩된 기사의 Unicode) {{Interwiki("wikipedia", "글자 깨짐")}}이라고 하는 끊어진 문자만 볼 수 있다.</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반적인_지식">일반적인 지식</h3> + +<ol> + <li>Wikipedia articles + <ol> + <li>{{Interwiki("wikipedia", "Character encoding")}}</li> + <li>{{Interwiki("wikipedia", "문자 깨짐")}}</li> + </ol> + </li> + <li><a href="/en-US/docs/Glossary">Glossary</a> + <ol> + <li>{{Glossary("Character")}}</li> + <li>{{Glossary("Unicode")}}</li> + </ol> + </li> +</ol> + +<section class="Quick_links" id="Quick_Links"></section> |