Message8920

Author yecril71pl
Recipients yecril71pl
Date 2014-08-14.14:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408025249.49.0.303844219867.issue2190@psf.upfronthosting.co.za>
In-reply-to
Content
>>> unichr (0xD800)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
java.lang.StringIndexOutOfBoundsException: String index out of range: 1
        at java.lang.String.charAt(Unknown Source)
        at org.python.core.PyString.encode_UnicodeEscape(PyString.java:227)
        at org.python.core.PyUnicode.unicode___repr__(PyUnicode.java:245)
        at org.python.core.PyUnicode.__repr__(PyUnicode.java:240)
        at org.python.core.PySystemState.displayhook(PySystemState.java:1518)
        at org.python.core.PySystemStateFunctions.__call__(PySystemState.java:17
12)
        at org.python.core.PyObject.invoke(PyObject.java:3638)
        at org.python.core.Py.printResult(Py.java:1920)
        at org.python.pycode._pyx55.f$0(<stdin>:1)
        at org.python.pycode._pyx55.call_function(<stdin>)
        at org.python.core.PyTableCode.call(PyTableCode.java:165)
        at org.python.core.PyCode.call(PyCode.java:18)
        at org.python.core.Py.runCode(Py.java:1312)
        at org.python.core.Py.exec(Py.java:1356)
        at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:215)
        at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter
.java:89)
        at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpret
er.java:70)
        at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpret
er.java:46)
        at org.python.util.InteractiveConsole.push(InteractiveConsole.java:112)
        at org.python.util.InteractiveConsole.interactInteractiveConsole.java:9
3)
        at org.python.util.jython.run(jython.java:396)
        at org.python.util.jython.main(jython.java:145)

java.lang.StringIndexOutOfBoundsException: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
History
Date User Action Args
2014-08-14 14:07:29yecril71plsetrecipients: + yecril71pl
2014-08-14 14:07:29yecril71plsetmessageid: <1408025249.49.0.303844219867.issue2190@psf.upfronthosting.co.za>
2014-08-14 14:07:29yecril71pllinkissue2190 messages
2014-08-14 14:07:28yecril71plcreate