Skip to content

Commit 2b1beeb

Browse files
authored
Merge pull request #468 from williamstein/master
cocalc now properly works; also add a concrete example of an "astral plane unicode" identifier, so anybody can easily see what happens in the Jupyter client of their choice.
2 parents 4def2a2 + ffdc127 commit 2b1beeb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/messaging.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,17 +1457,18 @@ Frontends claiming to implement protocol 5.2 **MUST** identify cursor_pos as the
14571457
Kernels may choose to expect the UTF-16 offset from requests implementing protocol 5.1 and earlier, in order to behave correctly with the most popular frontends.
14581458
But they should know that doing so *introduces* the inverse bug for the frontends that do not have this bug.
14591459

1460+
As an example, use a python3 kernel and evaluate ``𨭎𨭎𨭎𨭎𨭎 = 10``. Then type ``𨭎𨭎`` followed by the tab key and see if it properly completes.
1461+
14601462
Known affected frontends (as of 2017-06):
14611463

14621464
- Jupyter Notebook < 5.1
14631465
- JupyterLab < 0.24
14641466
- nteract < 0.2.0
1465-
- CoCalc
14661467
- Jupyter Console and QtConsole with Python 2 on macOS and Windows
14671468

14681469
Known *not* affected frontends:
14691470

1470-
- QtConsole, Jupyter Console with Python 3 or Python 2 on Linux
1471+
- QtConsole, Jupyter Console with Python 3 or Python 2 on Linux, CoCalc
14711472

14721473
.. seealso::
14731474

0 commit comments

Comments
 (0)