summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/ucharclasses
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-12-23 22:47:02 +0000
committerKarl Berry <karl@freefriends.org>2010-12-23 22:47:02 +0000
commiteb04e7ac6c596539e9d0eb28ab8300aacd2e72ae (patch)
treeba519de89d9c2544d65a343fe1d0443989608b24 /Master/texmf-dist/doc/xelatex/ucharclasses
parent8f33fbce3952145be9c86cf0b22816d6f1e35d9b (diff)
rm ucharclasses, nonfree
git-svn-id: svn://tug.org/texlive/trunk@20840 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/ucharclasses')
-rw-r--r--Master/texmf-dist/doc/xelatex/ucharclasses/README64
-rw-r--r--Master/texmf-dist/doc/xelatex/ucharclasses/ucharclasses.pdfbin183412 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/ucharclasses/ucharclasses.tex492
3 files changed, 0 insertions, 556 deletions
diff --git a/Master/texmf-dist/doc/xelatex/ucharclasses/README b/Master/texmf-dist/doc/xelatex/ucharclasses/README
deleted file mode 100644
index b36c18a6416..00000000000
--- a/Master/texmf-dist/doc/xelatex/ucharclasses/README
+++ /dev/null
@@ -1,64 +0,0 @@
-
- ucharclasses package for XeLaTex
- --------------------------------
- Michiel Kamermans, December 2010
-
-The brief
----------
-
- Sometimes you don't want to have to bother with font
- switching just because you're using languages that are
- distinct enough to use different unicode blocks, but
- aren't covered by the polyglossia package. Where normal
- word processing packages such as Microsoft Word or
- OpenOffice Writer handle this for you, LATEX (because it
- needs you to tell it what to do) has no default behaviour
- for this, and so we arrive at a need for a package that
- does this for us. You probably already discovered that
- regular LATEX has no understanding of unicode, and ended
- up going for Xe(La)TeX as your TeX compiler of choice,
- which means you now have two excellent resources available:
- fontspec, and ucharclasses.
-
- The first of these lets you pick fonts based on what your
- system calls them, without needing to do anything special
- such as turning them into metafonts. This is convenient,
- user friendly, and the way of the future (at least, it
- should be).
-
- The second lets you define what should happen when your
- text changes from a character in one unicode block, to a
- character in another. This is also convenient, and paired
- with fontspec it offers automatic font switching in the
- same way that normal Office applications perform, with
- one big difference: you stay in control. If at some point
- you need the switch rule to do something different,
- you will be out of luck using an Office application.
- In Xe(La)TeX, you stay on top of things and still get to
- say exactly what happens, and when.
-
-So what is it?
---------------
-
- This package sets up XeTeX character classes based on
- which unicode block a character is found in. It then
- allows transition rules to be defined when entering or
- leaving particular unicode blocks, the code of which
- gets inserted automatically when a transition from a
- character from one unicode block to a character from
- another unicode block is encountered by XeTeX
-
- Current compatibility should be Unicode 6.0, although
- I may have missed one or more blocks that were added
- between 5 and 6.
-
-license?
---------
-
- This package was written by Mike "Pomax" Kamermans, from
- nihongoresources and is © 2010, Michiel Kamermans. You
- may freely use this package, but you are discouraged from
- modifying this package and then redistributing it. Instead,
- please contact me (ideally on the XeTeX mailing list) and
- we can discuss the changes you wish to make. If they
- benefit everyone, they will be worked in as a new version. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/xelatex/ucharclasses/ucharclasses.pdf b/Master/texmf-dist/doc/xelatex/ucharclasses/ucharclasses.pdf
deleted file mode 100644
index 6600a27ecae..00000000000
--- a/Master/texmf-dist/doc/xelatex/ucharclasses/ucharclasses.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/xelatex/ucharclasses/ucharclasses.tex b/Master/texmf-dist/doc/xelatex/ucharclasses/ucharclasses.tex
deleted file mode 100644
index 24db0262496..00000000000
--- a/Master/texmf-dist/doc/xelatex/ucharclasses/ucharclasses.tex
+++ /dev/null
@@ -1,492 +0,0 @@
-\documentclass[a4paper]{article}
-
-\usepackage{tocloft}
-\usepackage[pdfborder={0 0 0}]{hyperref}
-\usepackage{multicol}
-\usepackage[top=1in,left=1in,bottom=1in,right=1in]{geometry}
-
-\renewcommand{\labelitemi}{・}
-
-% some custom environments, to force on-same-page-ness
-
-\newenvironment{itemlist}{%
- \begin{itemize}
- \setlength{\itemsep}{0pt}
- \setlength{\parsep}{0pt}
- \setlength{\topsep}{0pt}
- \setlength{\partopsep}{0pt}
- \setlength{\parskip}{0pt}
- \setlength{\labelsep}{5pt}}%
-{
- \end{itemize}}
-
-\newenvironment{numberlist}{%
- \begin{enumerate}
- \setlength{\itemsep}{0pt}
- \setlength{\parsep}{0pt}
- \setlength{\topsep}{0pt}
- \setlength{\partopsep}{0pt}
- \setlength{\parskip}{0pt}
- \setlength{\labelsep}{5pt}}%
-{
- \end{enumerate}}
-
-% and the font switching magic
-\usepackage{ucharclasses}
-\usepackage{fontspec}
-\usepackage{bidi}
-
-% default transition uses the widest coverage font I know of
-\setDefaultTransitions{\fontspec{Code2000}}{}
-
-% overrides on the default rules for specific informal groups
-\setTransitionsForLatin{\fontspec{Palatino Linotype}}{}
-\setTransitionsForCJK{\fontspec{SimSun}}{}
-\setTransitionsForJapanese{\fontspec{Ume Mincho}}{}
-\setTransitionsForArabic{\fontspec{Tahoma}\setRTL}{\setLTR}
-
-% overrides on the default rules for specific unicode blocks
-\setTransitionTo{CJKUnifiedIdeographsExtensionB}{\fontspec{SimSun-ExtB}}
-\setTransitionTo{Hebrew}{\fontspec{Times New Roman}}
-\setTransitionTo{Thai}{\fontspec{IrisUPC}}
-\setTransitionTo{Sinhala}{\fontspec{Iskoola Pota}}
-\setTransitionTo{Malayalam}{\fontspec{Arial Unicode MS}}
-\setTransitionTo{DominoTiles}{\fontspec{Code2001}}
-\setTransitionTo{MahjongTiles}{\fontspec{Symbola}}
-
-\begin{document}
-
- \title{ucharclasses}
- \author{Mike "Pomax" Kamermans}
- \date{\today}
- \maketitle
-
- \tableofcontents
-
- \pagebreak
-
- \section{introduction}
-
- Sometimes you don't want to have to bother with font switching just because you're using languages that are distinct enough to use different unicode blocks, but aren't covered by the polyglossia package. Where normal word processing packages such as Microsoft Word or OpenOffice Writer handle this for you, \LaTeX\ (because it needs you to tell it what to do) has no default behaviour for this, and so we arrive at a need for a package that does this for us. You probably already discovered that regular \LaTeX\ has no understanding of unicode, and ended up going for Xe(La)TeX as your TeX compiler of choice, which means you now have two excellent resources available: fontspec, and ucharclasses.
-
- The first of these lets you pick fonts based on what your system calls them, without needing to do anything special such as turning them into metafonts. This is convenient, user friendly, and the way of the future (at least, it should be). The second lets you define what should happen when your text changes from a character in one unicode block, to a character in another. This is also convenient, and paired with fontspec it offers automatic fontswitching in the same way that normal Office applications perform, with one big difference: you stay in control. If at some point you need the switch rule to do something different, you will be out of luck using an Office application. In Xe(La)TeX, you stay on top of things and still get to say exactly what happens, and when.
-
- For instance, this document has no explicit font codes in the text itself, anywhere. Instead there are a few unicode block transition rules defined, which all say "when entering block ..., use fontspec to change the font to ...". As such, the following gibberish texts all just work:
-
- \begin{itemlist}
- \item English: hfowehfoierfhioe (using Palatino Linotype)
- \item Arabic: كطبعزذحقظر١٢٣٤٥ (using Tahoma and RTL/LTR rules)
- \item Japanese: 飽コネ路は向声ふ語言 (using Ume Mincho)
- \item Chinese: 么䛨䀃埳㡱𠁽𠔾𠣓 (Ume Mincho when overlapping Japanese, SimSun for the rest)
- \item Hebrew: ץךהפסבכ֨֓ף֘ל֥דע֤֕ (using Times New Roman)
- \item Thai: ฦษฤยคซหถฆบซตท (using IrisUPC)
- \item Canadian first nations: ᔵᓇᒍᖚᗵᘼᙔᕒᓪ (using Code2000)
- \item Sinhala: බඥඊගණජඑඎඞශ෴ (using Iskoola Pota)
- \item Malayalam: ഢഘഴഒംഋഈമധറ (using Arial Unicode MS)
- \item and even domino tiles, 🁀🀼🁐🁋🁚🁝 (using Code2001), and mahjong tiles: 🀑🀒🀕🀗🀅 (using Symbola)
- \end{itemlist}
-
- However, be aware that this automatic switching only works across unicode blocks. If you are working with typographically overlapping languages, such as combining English and Vietnamese in one document, things get a lot more complex if you want one font for English text and another for Vietnamese text. Both of these languagese use Latin blocks, so it is inherently impossible to tell which "language" a letter belongs to.
-
- \section{Use}
-
- In order to generate this document, the following preamble was used:
-
- \disableTransitionRules
- \begin{verbatim}
-      \usepackage{ucharclasses}
-      \usepackage{fontspec}
-      \usepackage{bidi}
-
-      \setDefaultTransitions{\fontspec{Code2000}}{}
-      \setTransitionsForLatin{\fontspec{Palatino Linotype}}{}
-      \setTransitionsForArabic{\fontspec{Tahoma}\setRTL}{\setLTR}
-      \setTransitionsForCJK{\fontspec{SimSun}{}
-      \setTransitionsForJapanese{\fontspec{Ume Mincho}}{}
-
-      \setTransitionTo{CJKUnifiedIdeographsExtensionB}{\fontspec{SimSun-ExtB}}
-      \setTransitionTo{Hebrew}{\fontspec{Times New Roman}}
-      \setTransitionTo{Thai}{\fontspec{IrisUPC}}
-      \setTransitionTo{Sinhala}{\fontspec{Iskoola Pota}}
-      \setTransitionTo{Malayalam}{\fontspec{Arial Unicode MS}}
-      \setTransitionTo{DominoTiles}{\fontspec{Code2001}}
-      \setTransitionTo{MahjongTiles}{\fontspec{Symbola}}
- \end{verbatim}
- \enableTransitionRules
-
- By default, ucharclasses is agnostic with regards to what you want to at the start or end of unicode blocks, so while using it for fontswitching is the most obvious application, you could also use it for far more creative purposes. An example of this is the Arabic block, which doesn't just need a different font, but also needs the text direction reversed, as it is read right-to-left, rather than left-to-right.
-
- \subsection{overriding ucharclass transitions}
-
- If you need to "override" ucharclass transition rules (for instance, you want a custom font for a bit of cross-unicode-block text), you will want to temporarily disable and reenabled XeTeX's interchartoks state. You can do this in three ways:
-
- \begin{numberlist}
- \item call [\textbackslash XeTeXinterchartokstate = 0] before, and [\textbackslash XeTeXinterchartokstate = 1] after you're done,
- \item call the macros \textbackslash disableTransitionRules before, and \textbackslash enableTransitionRules after you're done, or
- \item call \textbackslash uccoff before, and \textbackslash uccon after you're done.
- \end{numberlist}
-
- This last option is mainly there because it's nice and short, and is more convenient in a scoped environment \{\textbackslash uccoff such as this\textbackslash uccon\} where you only want to override the transition behaviour within a paragraph. If you need it disabled for a few blocks of text instead, the full name commands are probably a better choice, because it makes your .tex more readable. As the base XeTeX command uses the un\LaTeX y "... = ..." construction, it's best to avoid it outside of the preamble (and when using ucharclasses, should not be in the preamble at all).
-
- \section{Load options}
-
- Without any load options the ucharclasses package will simply set up transition rules for every Unicode block it knows of (currently that's Unicode 6.0). However, you can override this behaviour by explicitly indicating only those unicode blocks that you need for your document. For instance, the following will set up only block awareness for the Greek Unicode blocks:
-
- \begin{verbatim}
- \usepackage[GreekAndCoptic,GreekExtended]{ucharclasses}
- \end{verbatim}
-
- In addition to allowing specific Unicode blocks, informal groups can also be used, so that the following will turn on awareness of all the CJK Unicode blocks:
-
- \begin{verbatim}
- \usepackage[CJK]{ucharclasses}
- \end{verbatim}
-
- Currently available informal blocks are:
-
- \begin{itemlist}
- \item Arabic
- \item Chinese
- \item CJK
- \item Cyrillic
- \item Diacritics
- \item Greek
- \item Korean
- \item Japanese
- \item Latin
- \item Mathematics
- \item Phonetics
- \item Punctuation
- \item Symbols
- \item Yi
- \item Other
- \end{itemlist}
-
- \section{Commands}
-
- \subsection{\textbackslash setTransitionTo[2]}
-
- This command has two arguments:
-
- \begin{numberlist}
- \item The name of the unicode class to which the transition should apply (see 'Unicode blocks' list)
- \item The code you want used when entering this unicode block
- \end{numberlist}
-
- \subsection{\textbackslash setTransitionFrom[2]}
-
- This command has two arguments:
-
- \begin{numberlist}
- \item The name of the unicode class to which the transition should apply (see 'Unicode blocks' list)
- \item The code you want used when exiting this unicode block
- \end{numberlist}
-
- \subsection{\textbackslash setTransitions[3]}
-
- This command has three arguments:
-
- \begin{numberlist}
- \item The name of the unicode class to which the transition should apply (see 'Unicode blocks' list)
- \item The code you want used when entering this unicode block
- \item The code you want used when exiting this unicode block
- \end{numberlist}
-
- \subsection{\textbackslash setTransitionsForXXXX[2]}
-
- There are a number of these commands, pertaining to particular "informal groups": collections of unicode blocks which can be considered part of a single meta-block. Currently available informal groups (the names of which replace the XXXX in the section-stated command) are:
-
- \begin{itemlist}
- \item Arabic
- \item Chinese
- \item CJK
- \item Cyrillic
- \item Diacritics
- \item Greek
- \item Korean
- \item Japanese
- \item Latin
- \item Mathematics
- \item Phonetics
- \item Punctuation
- \item Symbols
- \item Yi
- \item Other
- \end{itemlist}
-
- Furthermore, these commands have two arguments:
-
- \begin{numberlist}
- \item The code you want used when entering blocks from the command's informal group
- \item The code you want used when exiting blocks from the command's informal group
- \end{numberlist}
-
- \subsection{\textbackslash setDefaultTransitions[2]}
-
- This is a blanket command that lets you set up the same to and from transition rules for all blocks in one go. It has (fairly obviously) two arguments:
-
- \begin{numberlist}
- \item The code you want used when entering any unicode block
- \item The code you want used when exiting any unicode block
- \end{numberlist}
-
- \section{Code}
-
- The code relies on individual tex files that define the unicode blocks, each starting with:
-
- \disableTransitionRules
- \begin{verbatim}
-      \newcommand{\UnicodeBlockNameClass}{somenumber}
- \end{verbatim}
- \enableTransitionRules
-
- The classes are automatically numbered, per run, by using the \textbackslash newXeTeXintercharclass command. The code then simply iterates over the class numbers from lower bound to upper bound; lower bound is recorded by calling \textbackslash newXeTeXintercharclass once, before loading all the unicode blocks. Every block that is loaded then increments the class counter by calling \textbackslash newXeTeXintercharclass for its class, and after the loading is done \textbackslash newXeTeXintercharclass is called once more to get the iteration upper bound. This technically wastes two class numbers, but this is fairly irrelevant given the number of classes we use for all the different unicode blocks.
-
- The block loading code is defined as follows:
-
- \disableTransitionRules
- \begin{verbatim}
-      \newcounter{glyphcounter}
-      \newcommand{\@defineUnicodeClass}[3]{
-          \newXeTeXintercharclass#1
-          \forloop{glyphcounter}{#2}{\value{glyphcounter}<#3}{
-              \XeTeXcharclass\value{glyphcounter}=#1}
-          \XeTeXcharclass#3=#1}
-
-      \newXeTeXintercharclass\@classstart
-      \@defineUnicodeClass{\AegeanNumbersClass}{65792}{65855}
-      ...
-      \@defineUnicodeClass{\YijingHexagramSymbolsClass}{19904}{19967}
-      \newXeTeXintercharclass\@classend
- \end{verbatim}
- \enableTransitionRules
-
- And the transition commands are defined as follows:
-
- \disableTransitionRules
- \begin{verbatim}
-      \newcommand{\setTransitionsFor}[3]{
-          \forloop{iclass}{he\@classstart}{\value{iclass} < \@nameuse{#1Class}}{
-              \@transition{he\value{iclass}}{\@nameuse{#1Class}}{{#2}}
-              \@transition{\@nameuse{#1Class}}{he\value{iclass}}{{#3}}}
-          \addtocounter{iclass}{2}
-          \forloop{iclass}{\value{iclass}}{\value{iclass} < he\@classend}{
-              \@transition{he\value{iclass}}{\@nameuse{#1Class}}{{#2}}
-              \@transition{\@nameuse{#1Class}}{he\value{iclass}}{{#3}}}
-          % and a binding for the transitions to and from boundary characters
-          \@transition{255}{\@nameuse{#1Class}}{{#2}}
-          \@transition{\@nameuse{#1Class}}{255}{{#3}}}
-      
-      \newcommand{\setTransitionTo}[2] {
-          \forloop{iclass}{\the\@classstart}{\value{iclass} < \@nameuse{#1Class}}{
-              \@transition{\the\value{iclass}}{\@nameuse{#1Class}}{{#2}}}
-          \addtocounter{iclass}{2}
-          \forloop{iclass}{\value{iclass}}{\value{iclass} < \the\@classend}{
-              \@transition{\the\value{iclass}}{\@nameuse{#1Class}}{{#2}}}
-          % and a binding for the transition from boundary characters
-          \@transition{255}{\@nameuse{#1Class}}{{#2}}}
-      
-      \newcommand{\setTransitionFrom}[2]{
-          \forloop{iclass}{\the\@classstart}{\value{iclass} < \@nameuse{#1Class}}{
-              \@transition{\@nameuse{#1Class}}{\the\value{iclass}}{{#2}}}
-          \addtocounter{iclass}{2}
-          \forloop{iclass}{\value{iclass}}{\value{iclass} < \the\@classend}{
-              \@transition{\@nameuse{#1Class}}{\the\value{iclass}}{{#2}}}
-          % and a binding for the transition to boundary characters
-          \@transition{\@nameuse{#1Class}}{255}{{#2}}}
- \end{verbatim}
- \enableTransitionRules
-
- The broad level \textbackslash setTransitionsFor(InformalGroupName)[2] commands are essentially wrapper commands, calling \textbackslash setTransitionsFor for each blocks that is in the informal group. For Arabic, for instance, the code is:
-
- \disableTransitionRules
- \begin{verbatim}
-      \newcommand{\setTransitionsForArabic}[2]{
-          \setTransitionsFor{Arabic}{#1}{#2}
-          \setTransitionsFor{ArabicPresentationFormsA}{#1}{#2}
-          \setTransitionsFor{ArabicPresentationFormsB}{#1}{#2}
-          \setTransitionsFor{ArabicSupplement}{#1}{#2}
-      }
- \end{verbatim}
- \enableTransitionRules
-
- \pagebreak
- \section{Unicode blocks}
-
- The following Unicode blocks are currently available:
-
- \begin{multicols}{2}
- \begin{itemlist}
- \item Aegean\-Numbers
- \item Alphabetic\-Presentation\-Forms
- \item Ancient\-Greek\-Musical\-Notation
- \item Ancient\-Greek\-Numbers
- \item Ancient\-Symbols
- \item Arabic
- \item Arabic\-Presentation\-Forms\-A
- \item Arabic\-Presentation\-Forms\-B
- \item Arabic\-Supplement
- \item Armenian
- \item Arrows
- \item Balinese
- \item Basic\-Latin
- \item Bengali
- \item Block\-Elements
- \item Bopomofo
- \item Bopomofo\-Extended
- \item Box\-Drawing
- \item Braille\-Patterns
- \item Buginese
- \item Buhid
- \item Byzantine\-Musical\-Symbols
- \item Carian
- \item Cham
- \item Cherokee
- \item CJKCompatibility
- \item CJKCompatibility\-Forms
- \item CJKCompatibility\-Ideographs
- \item CJKCompatibility\-Ideographs\-Supplement
- \item CJKRadicals\-Supplement
- \item CJKStrokes
- \item CJKSymbolsand\-Punctuation
- \item CJKUnified\-Ideographs
- \item CJKUnified\-Ideographs\-Extension\-A
- \item CJKUnified\-Ideographs\-Extension\-B
- \item Combining\-Diacritical\-Marks
- \item Combining\-Diacritical\-Marksfor\-Symbols
- \item Combining\-Diacritical\-Marks\-Supplement
- \item Combining\-Half\-Marks
- \item Control\-Pictures
- \item Coptic
- \item Counting\-Rod\-Numerals
- \item Cuneiform
- \item Cuneiform\-Numbersand\-Punctuation
- \item Currency\-Symbols
- \item Cypriot\-Syllabary
- \item Cyrillic
- \item Cyrillic\-Extended\-A
- \item Cyrillic\-Extended\-B
- \item Cyrillic\-Supplement
- \item Deseret
- \item Devanagari
- \item Dingbats
- \item Domino\-Tiles
- \item Enclosed\-Alphanumerics
- \item Enclosed\-CJKLettersand\-Months
- \item Ethiopic
- \item Ethiopic\-Extended
- \item Ethiopic\-Supplement
- \item General\-Punctuation
- \item Geometric\-Shapes
- \item Georgian
- \item Georgian\-Supplement
- \item Glagolitic
- \item Gothic
- \item Greekand\-Coptic
- \item Greek\-Extended
- \item Gujarati
- \item Gurmukhi
- \item Halfwidthand\-Fullwidth\-Forms
- \item Hangul\-Compatibility\-Jamo
- \item Hangul\-Jamo
- \item Hangul\-Syllables
- \item Hanunoo
- \item Hebrew
- \item Hiragana
- \item Ideographic\-Description\-Characters
- \item IPAExtensions
- \item Kanbun
- \item Kangxi\-Radicals
- \item Kannada
- \item Katakana
- \item Katakana\-Phonetic\-Extensions
- \item Kayah\-Li
- \item Kharoshthi
- \item Khmer
- \item Khmer\-Symbols
- \item Lao
- \item Latin\-Extended\-A
- \item Latin\-Extended\-Additional
- \item Latin\-Extended\-B
- \item Latin\-Extended\-C
- \item Latin\-Extended\-D
- \item Latin\-Supplement
- \item Lepcha
- \item Letterlike\-Symbols
- \item Limbu
- \item Linear\-BIdeograms
- \item Linear\-BSyllabary
- \item loadblocks.tex
- \item Lycian
- \item Lydian
- \item Mahjong\-Tiles
- \item Malayalam
- \item Mathematical\-Alphanumeric\-Symbols
- \item Mathematical\-Operators
- \item Miscellaneous\-Mathematical\-Symbols\-A
- \item Miscellaneous\-Mathematical\-Symbols\-B
- \item Miscellaneous\-Symbolsand\-Arrows
- \item Miscellaneous\-Symbols
- \item Miscellaneous\-Technical
- \item Modifier\-Tone\-Letters
- \item Mongolian
- \item moo.txt
- \item Musical\-Symbols
- \item Myanmar
- \item New\-Tai\-Lue
- \item NKo
- \item Number\-Forms
- \item Ogham
- \item Old\-Chiki
- \item Old\-Italic
- \item Old\-Persian
- \item Optical\-Character\-Recognition
- \item Oriya
- \item Osmanya
- \item Phags\-Pa
- \item Phaistos\-Disc
- \item Phoenician
- \item Phonetic\-Extensions
- \item Phonetic\-Extensions\-Supplement
- \item Private\-Use\-Area
- \item Rejang
- \item Runic
- \item Saurashtra
- \item Shavian
- \item Sinhala
- \item Small\-Form\-Variants
- \item Spacing\-Modifier\-Letters
- \item Specials
- \item Superscriptsand\-Subscripts
- \item Supplemental\-Arrows\-A
- \item Supplemental\-Arrows\-B
- \item Supplemental\-Mathematical\-Operators
- \item Supplemental\-Punctuation
- \item Supplementary\-Private\-Use\-Area\-A
- \item Supplementary\-Private\-Use\-Area\-B
- \item Syloti\-Nagri
- \item Syriac
- \item Tagalog
- \item Tagbanwa
- \item Tags
- \item Tai\-Le
- \item Tai\-Xuan\-Jing\-Symbols
- \item Tamil
- \item Telugu
- \item Thaana
- \item Thai
- \item Tibetan
- \item Tifinagh
- \item Ugaritic
- \item Unified\-Canadian\-Aboriginal\-Syllabics
- \item Vai
- \item Variation\-Selectors
- \item Variation\-Selectors\-Supplement
- \item Vertical\-Forms
- \item Yijing\-Hexagram\-Symbols
- \item Yi\-Radicals
- \item Yi\-Syllables
- \end{itemlist}
- \end{multicols}
-
-\end{document} \ No newline at end of file