diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/character | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/character')
-rw-r--r-- | files/ko/glossary/character/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ko/glossary/character/index.html b/files/ko/glossary/character/index.html new file mode 100644 index 0000000000..8f38147f2f --- /dev/null +++ b/files/ko/glossary/character/index.html @@ -0,0 +1,18 @@ +--- +title: Character +slug: Glossary/Character +translation_of: Glossary/Character +--- +<p>문자는 기호(글자, 숫자, 문장 부호) 또는 비출력 "제어"(예: 캐리지 리턴 또는 소프트 하이픈)이다. {{glossary("UTF-8")}}은 가장 보편적인 문자 세트이며 유명한 인간 언어들의 문자를 포함한다.</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반적인_지식">일반적인 지식</h3> + +<ul> + <li>Wikipedia의 {{interwiki("wikipedia", "Character (computing)")}} </li> + <li>Wikipedia의 {{interwiki("wikipedia", "Character encoding")}}</li> + <li>Wikipedia의 {{interwiki("wikipedia", "ASCII")}} </li> + <li>Wikipedia의 {{interwiki("wikipedia", "UTF-8")}} </li> + <li>Wikipedia의 {{interwiki("wikipedia", "Unicode")}}</li> +</ul> |