# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1530729049 0
# Node ID 6b335a786b992a533996fd37eb9c86ab13c3a3dc
# Parent  06dedc86dc268ca0eb59df6ab44a527c40ae152a
Update

diff -r 06dedc86dc26 -r 6b335a786b99 README.markdown
--- a/README.markdown	Wed Jul 04 03:11:51 2018 +0000
+++ b/README.markdown	Wed Jul 04 18:30:49 2018 +0000
@@ -61,7 +61,7 @@
 
 # July 2018
 
-## 2018-07-01
+## 2018-07-03
 
 The quest to make my new Linux machine usable continues.  Finally managed to
 build Weechat from source after screwing around in dependency hell for a while
@@ -72,3 +72,14 @@
 
 Catching up in the Prolog class.  Thankfully tomorrow is a holiday so I can
 hopefully make some good progress there too.
+
+## 2018-07-04
+
+Managed to get Weechat to work with Unicode support.  I had installed
+`libncursesw` and reran `cmake ..` but apparently that wasn't enough, I had to
+fully blow away the `build/` directory and redo the `cmake` from scratch to get
+it to link against `libncursesw` (rather than `libncurses`).  What a shitshow.
+I really need to take a month off and write my own IRC client in CL.
+
+Looked into an SBCL bug, but it turns out the standard is just kind of
+ambiguous, and the current behavior is probably fine.