diff options
author | Ming Hua <plateauwolf@qq.com> | 2021-06-07 14:16:01 +0800 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-06-07 14:46:58 +0200 |
commit | 47df6ad11ac2e9c8c8d1f6e9c1049acbb56785e1 (patch) | |
tree | b1c5795bc2c4a0f2ffde63f8cdb77cceda0ef537 | |
parent | 096e8e98912ae2d7eee5975e7e2beb4d5883180b (diff) |
[WIP] tdf#142652 Add glossary entry about half-width ...
...and full-width characters
Change-Id: If12dbc28de60fa7430d02530cf2d7fa7900c6675
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/116771
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/00/00000005.xhp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/text/shared/00/00000005.xhp b/source/text/shared/00/00000005.xhp index bc01c90990..a587fe3315 100644 --- a/source/text/shared/00/00000005.xhp +++ b/source/text/shared/00/00000005.xhp @@ -120,6 +120,20 @@ <paragraph xml-lang="en-US" id="par_id3163821" role="paragraph">Formatting refers to the visual layout of text using a word-processing or DTP program. This includes defining the paper format, page borders, fonts and font effects, as well as indents and spacing. You can format text <link href="text/shared/00/00000005.xhp#Section7">directly or with Styles</link> provided by $[officename].</paragraph> </section> + + <section id="halfwidth"> + <bookmark xml-lang="en-US" branch="index" id="bm_id911622865848718"> + <bookmark_value>half-width;definition</bookmark_value> + <bookmark_value>halfwidth;definition</bookmark_value> + <bookmark_value>full-width;definition</bookmark_value> + <bookmark_value>fullwidth;definition</bookmark_value> + </bookmark> + <h2 xml-lang="en-US" id="hd_id871622865956807">Half-width and Full-width Characters</h2> + <paragraph xml-lang="en-US" role="paragraph" id="par_id381622866004346">Half-width and full-width are properties used to differentiate characters used by some East Asian languages and scripts, mainly Chinese, Japanese, and Korean (CJK).</paragraph> + <paragraph xml-lang="en-US" role="paragraph" id="par_id171622867006461">The Han characters, Hiragana and Katakana characters, as well as Hangul characters used by these scripts are usually of square shape, and on fixed-width (monospace) display they occupy space of two Latin/ASCII characters. They are therefore called full-width characters, while the letters in Latin alphabet, digits, and punctuation marks included in ASCII character set are called half-width characters.</paragraph> + <paragraph xml-lang="en-US" role="paragraph" id="par_id871622874043146">For historical reasons, a set of square-shaped Latin letters, digits, and punctuation marks are also defined and used in CJK typography, in addition to or in place of their half-width counterparts. They are called full-width forms. Similarly, there are also half-width forms of the usually full-width Katakanas and Hangul Jamos, and they have narrower shapes instead of square ones. A character's half-width and full-width forms are essentially two ways of writing the same character, just like uppercase and lowercase forms of Latin alphabet. $[officename] supports conversion between half-width and full-width, as well as ignoring width difference when matching text strings.</paragraph> + </section> + <section id="IME"> <bookmark xml-lang="en-US" branch="index" id="bm_id3156006"><bookmark_value>IME; definition</bookmark_value> |