Chat server: Difference between revisions

m
→‎{{header|Perl 6}}: Remove TODO, bug has been fixed for some time
m (→‎{{header|Perl 6}}: Remove TODO, bug has been fixed for some time)
Line 1,735:
* It accepts messages encoded in UTF-8.
* It tokenizes the message streams at newline boundaries (using the <tt>Supply.lines</tt> method), which I think makes the most sense for a chat application.
 
{{todo|Perl 6|2=Once »[https://rt.perl.org/Ticket/Display.html?id=128862 this Rakudo bug]« is resolved, make sure to catch UTF8-invalid messages.}}
 
=={{header|PicoLisp}}==
10,333

edits