Linas Vepstas <[email protected]> skribis: > The following simple client-server program fails for me. > For simplicity, for the server, just use netcat listening on port 7777: > > $ nc -l 7777 > > In a guile shell, try this: > (setlocale LC_ALL "") > (define sss (socket PF_INET SOCK_STREAM 0)) > (set-port-encoding! sss "utf-8") > (connect sss AF_INET (inet-pton AF_INET "127.0.0.1") 7777) > (set-port-encoding! sss "utf-8") > (display "SmålandSmåland\n" sss) > (close-port sss)
I can confirm this bug with commit 00884bb. Guile 2.0.11ish is unaffected though. Ludo’.
