summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-11 18:17:49 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-11 18:17:49 -0800
commitafbf93478e0a04a12d11dc8933eaa2a779353cb3 (patch)
treed1cd3b08bfaed8ff687d8092a33582422a0b9622 /ChangeLog
parentd59d8950ec58702821ec618b92dfb2490ae0bf31 (diff)
downloadtxr-afbf93478e0a04a12d11dc8933eaa2a779353cb3.tar.gz
txr-afbf93478e0a04a12d11dc8933eaa2a779353cb3.tar.bz2
txr-afbf93478e0a04a12d11dc8933eaa2a779353cb3.zip
* txr.c (main): call setlocale to set the LC_CTYPE to en_US.UTF-8,
so that the C library streams do the encoding. Once the program is weaned from C library wide character stream I/O, this can go away.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcbf23e0..1cc9198c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-11-11 Kaz Kylheku <kkylheku@gmail.com>
+ * txr.c (main): call setlocale to set the LC_CTYPE to en_US.UTF-8,
+ so that the C library streams do the encoding. Once the program
+ is weaned from C library wide character stream I/O, this can go away.
+
+2009-11-11 Kaz Kylheku <kkylheku@gmail.com>
+
Big conversion to wide characters and UTF-8 support.
This is incomplete. There are too many dependencies on
wide character support from the C stream I/O library.