eudoxia0 / swank-protocol

A low-level client for Swank
31 stars 3 forks source link

Allow to send/receive swank messages containing UTF-8 characters. #3

Closed fukamachi closed 3 years ago

fukamachi commented 3 years ago

This allows for the exchange of Swank messages containing UTF-8 characters.

Since the length as a string and the byte length are different, sending a UTF-8 message will cause the Swank server to stop.

Example: (swank-protocol:request-listener-eval connection "#\\あ")