Lines Matching full:unicode
12 //! [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
13 //! and other portions of the Unicode standard.
68 … insertion of any number of [`'\u{200D}'` ZERO WIDTH JOINER](https://www.unicode.org/versions/Unic…
91 //! 2. [`'\u{115F}'` HANGUL CHOSEONG FILLER](https://util.unicode.org/UnicodeJsps/character.jsp?…
92 //! [`'\u{17A4}'` KHMER INDEPENDENT VOWEL QAA](https://util.unicode.org/UnicodeJsps/character…
93 //! 3. [`'\u{17D8}'` KHMER SIGN BEYYAL](https://util.unicode.org/UnicodeJsps/character.jsp?a=17D…
95 //! - [Characters](https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7BDefault_…
97 //! - [Characters](https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7BGrapheme…
100 //! - [`'\u{0CC0}'` KANNADA VOWEL SIGN II](https://util.unicode.org/UnicodeJsps/character.j…
101 //! - [`'\u{0CC7}'` KANNADA VOWEL SIGN EE](https://util.unicode.org/UnicodeJsps/character.j…
102 //! - [`'\u{0CC8}'` KANNADA VOWEL SIGN AI](https://util.unicode.org/UnicodeJsps/character.j…
103 //! - [`'\u{0CCA}'` KANNADA VOWEL SIGN O](https://util.unicode.org/UnicodeJsps/character.js…
104 //! - [`'\u{0CCB}'` KANNADA VOWEL SIGN OO](https://util.unicode.org/UnicodeJsps/character.j…
105 //! - [`'\u{1B3B}'` BALINESE VOWEL SIGN RA REPA TEDUNG](https://util.unicode.org/UnicodeJsp…
106 //! - [`'\u{1B3D}'` BALINESE VOWEL SIGN LA LENGA TEDUNG](https://util.unicode.org/UnicodeJs…
107 //! - [`'\u{1B43}'` BALINESE VOWEL SIGN PEPET TEDUNG](https://util.unicode.org/UnicodeJsps/…
108 //! - [Characters](https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7BHangul_S…
111 //! - [`'\u{0605}'` NUMBER MARK ABOVE](https://util.unicode.org/UnicodeJsps/character.jsp?a…
112 //! - [`'\u{070F}'` SYRIAC ABBREVIATION MARK](https://util.unicode.org/UnicodeJsps/characte…
113 //! - [`'\u{0890}'` POUND MARK ABOVE](https://util.unicode.org/UnicodeJsps/character.jsp?a=…
114 //! - [`'\u{0891}'` PIASTRE MARK ABOVE](https://util.unicode.org/UnicodeJsps/character.jsp?…
115 //! - [`'\u{08E2}'` DISPUTED END OF AYAH](https://util.unicode.org/UnicodeJsps/character.js…
116 //! - [Characters](https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7BGrapheme…
118 //! - [`'\u{A8FA}'` DEVANAGARI CARET](https://util.unicode.org/UnicodeJsps/character.jsp?a=A8…
119 //! 5. [Characters](https://util.unicode.org/UnicodeJsps/list-unicodeset.jsp?a=%5Cp%7BEast_Asian…
124 //! is [`'\u{0387}'` GREEK ANO TELEIA](https://util.unicode.org/UnicodeJsps/character.jsp?a…
128 //! [`'\u{0338}'` COMBINING LONG SOLIDUS OVERLAY]: https://util.unicode.org/UnicodeJsps/character.j…
129 //! [`'\u{2D7F}'` TIFINAGH CONSONANT JOINER]: https://util.unicode.org/UnicodeJsps/character.jsp?a=…
131 //! [`Canonical_Combining_Class`]: https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf#G50313
132 //! [`Default_Ignorable_Code_Point`]: https://www.unicode.org/versions/Unicode15.0.0/ch05.pdf#G40095
133 //! [`East_Asian_Width`]: https://www.unicode.org/reports/tr11/#ED1
134 //! [`Emoji_Presentation`]: https://unicode.org/reports/tr51/#def_emoji_presentation
135 //! [`General_Category`]: https://www.unicode.org/versions/Unicode15.0.0/ch04.pdf#G124142
136 //! [`Grapheme_Extend=Prepend`]: https://www.unicode.org/reports/tr29/#Prepend
137 //! [`Grapheme_Extend`]: https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf#G52443
138 //! [`Hangul_Syllable_Type`]: https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf#G45593
139 //! [`Joining_Group`]: https://www.unicode.org/versions/Unicode14.0.0/ch09.pdf#G36862
140 //! [`Joining_Type`]: http://www.unicode.org/versions/Unicode15.0.0/ch09.pdf#G50009
141 //! [`Prepended_Concatenation_Mark`]: https://www.unicode.org/versions/Unicode15.0.0/ch23.pdf#G37908
142 //! [`Script`]: https://www.unicode.org/reports/tr24/#Script
144 //! [`Fullwidth`]: https://www.unicode.org/reports/tr11/#ED2
145 //! [`Wide`]: https://www.unicode.org/reports/tr11/#ED4
146 //! [`Ambiguous`]: https://www.unicode.org/reports/tr11/#ED6
148 //! [combining marks]: https://www.unicode.org/versions/Unicode15.0.0/ch03.pdf#G30602
150 //! [emoji ZWJ sequences]: https://www.unicode.org/reports/tr51/#def_emoji_sequence
151 //! [Emoji modifier sequences]: https://www.unicode.org/reports/tr51/#def_emoji_modifier_sequence
152 //! [Emoji presentation sequences]: https://unicode.org/reports/tr51/#def_emoji_presentation_sequen…
153 //! [text presentation sequences]: https://unicode.org/reports/tr51/#def_text_presentation_sequence
155 //! [Enclosed Ideographic Supplement]: https://unicode.org/charts/nameslist/n_1F200.html
157 //! [Arabic]: https://www.unicode.org/versions/Unicode15.0.0/ch09.pdf#G7480
158 //! [Buginese]: https://www.unicode.org/versions/Unicode15.0.0/ch17.pdf#G26743
159 //! [Hebrew]: https://www.unicode.org/versions/Unicode15.0.0/ch09.pdf#G6528
160 //! [Khmer]: https://www.unicode.org/versions/Unicode15.0.0/ch16.pdf#G64642
161 //! [Lisu]: https://www.unicode.org/versions/Unicode15.0.0/ch18.pdf#G44587
162 //! [Old Turkic]: https://www.unicode.org/versions/Unicode15.0.0/ch14.pdf#G41975
163 //! [Tifinagh]: http://www.unicode.org/versions/Unicode15.0.0/ch19.pdf#G43184
173 html_logo_url = "https://unicode-rs.github.io/unicode-rs_sm.png",
174 html_favicon_url = "https://unicode-rs.github.io/unicode-rs_sm.png"
192 /// Methods for determining displayed width of Unicode characters.
198 /// to [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
207 /// to [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
227 /// Methods for determining displayed width of Unicode strings.
232 /// to [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)
240 /// to [Unicode Standard Annex #11](http://www.unicode.org/reports/tr11/)