Skip to content

Commit bce6983

Browse files
committed
Update styling module to Unicode 17.0.0
1 parent 2643cb7 commit bce6983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styling.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::iter::FusedIterator;
55

66
/// The version of [Unicode](https://www.unicode.org/) that this version of the
77
/// styling module is based on.
8-
pub const UNICODE_VERSION: (u8, u8, u8) = (16, 0, 0);
8+
pub const UNICODE_VERSION: (u8, u8, u8) = (17, 0, 0);
99

1010
/// A style for mathematical symbols.
1111
///
@@ -408,7 +408,7 @@ pub fn to_style(c: char, style: MathStyle) -> ToStyle {
408408
/// - [Mathematical Alphanumeric Symbols]
409409
/// - [Arabic Mathematical Alphabetic Symbols]
410410
///
411-
/// [Unicode Core Specification - Section 22.2, Letterlike Symbols]: <https://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-22/#G14143>
411+
/// [Unicode Core Specification - Section 22.2, Letterlike Symbols]: <https://www.unicode.org/versions/Unicode17.0.0/core-spec/chapter-22/#G14143>
412412
/// [Letterlike Symbols]: <https://unicode.org/charts/PDF/U2100.pdf>
413413
/// [Mathematical Alphanumeric Symbols]: <https://unicode.org/charts/PDF/U1D400.pdf>
414414
/// [Arabic Mathematical Alphabetic Symbols]: <https://unicode.org/charts/PDF/U1EE00.pdf>

0 commit comments

Comments
 (0)