Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8b6fb commit 7d79a3bCopy full SHA for 7d79a3b
1 file changed
examples/pylab_examples/stix_fonts_demo.py
@@ -16,8 +16,9 @@
16
r'$\mathscr{Script}$']
17
18
if sys.maxunicode > 0xffff:
19
+ s = r'Direct Unicode: $\u23ce \mathrm{\ue0f2 \U0001D538}$'
20
stests.append(
- ur'Direct Unicode: $\u23ce \mathrm{\ue0f2 \U0001D538}$'
21
+ unicode(s, encoding="unicode_escape")
22
)
23
24
from pylab import *
0 commit comments