Frustrating. I think all the conversion to 'wide' (UTF) character handling

is done, and all the existing unit tests pass - but UTF characters are
nevertheless not read or printed correctly.
This commit is contained in:
Simon Brooke 2017-01-13 00:45:00 +00:00
parent 472b58b900
commit 432ccb2d44
8 changed files with 139 additions and 61 deletions

View file

@ -1,8 +1,8 @@
/**
* init.c
*
* Start up and initialise the environement - just enough to get working and (ultimately)
* hand off to the executive.
* Start up and initialise the environement - just enough to get working
* and (ultimately) hand off to the executive.
*
*
* (c) 2017 Simon Brooke <simon@journeyman.cc>
@ -16,6 +16,7 @@
#include "consspaceobject.h"
#include "print.h"
#include "read.h"
#include "lispops.h"
int main (int argc, char *argv[]) {
fprintf( stderr, "Post scarcity software environment version %s\n", VERSION);