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:
parent
472b58b900
commit
432ccb2d44
8 changed files with 139 additions and 61 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue