You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Rational pattern | {0}⁄{1} | All ratios | The format for a rational fraction with arbitrary numerator and denominator; the English pattern uses the Unicode character ‘⁄’ U+2044 FRACTION SLASH which causes composition of fractions such as 22⁄7, when supported properly by rendering systems and fonts. |
822
+
| Integer with rational pattern | {0} {1} | prefer: :default | The format for combining an integer with a rational fraction that is composed using the `Rational` pattern; the English pattern uses U+202F NARROW NO-BREAK SPACE (NNBSP) to produce a _non-breaking thin space_. |
823
+
| Integer with rational "super sub" pattern | {0}{1} | prefer: :super_sub and prefer: :precomposed | The format for combining an integer with a rational fraction that is composed using the rational pattern; the English pattern uses U+2060 WORD JOINER, a _zero-width no-break space_. |
| Rational pattern | {0}⁄{1} | All ratios | The format for a rational fraction with arbitrary numerator and denominator; the English pattern uses the Unicode character ‘⁄’ U+2044 FRACTION SLASH which causes composition of fractions such as 22⁄7, when supported properly by rendering systems and fonts. |
953
+
| Integer with retional pattern | {0} {1} | prefer: :default | The format for combining an integer with a rational fraction that is composed using the `Rational` pattern; the English pattern uses U+202F NARROW NO-BREAK SPACE (NNBSP) to produce a _non-breaking thin space_. |
954
+
| Integer with rational "super sub" pattern | {0}{1} | prefer: :super_sub and prefer: :precomposed | The format for combining an integer with a rational fraction that is composed using the rational pattern; the English pattern uses U+2060 WORD JOINER, a _zero-width no-break space_. |
0 commit comments