Message11064

Author stefan.richthofer
Recipients stefan.richthofer
Date 2017-02-02.16:17:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486052241.71.0.47471215547.issue2548@psf.upfronthosting.co.za>
In-reply-to
Content
CPython 2.7 allows to write something like
s = u'\N{DOUBLE-STRUCK ITALIC SMALL D}'
In principle Jython supports that character by
s = u'\u2146'
just the escape notation is not supported.

This issue is a blocker for sympy-support, see #1777.
History
Date User Action Args
2017-02-02 16:17:21stefan.richthofersetrecipients: + stefan.richthofer
2017-02-02 16:17:21stefan.richthofersetmessageid: <1486052241.71.0.47471215547.issue2548@psf.upfronthosting.co.za>
2017-02-02 16:17:21stefan.richthoferlinkissue2548 messages
2017-02-02 16:17:21stefan.richthofercreate