Wrote all remaining Unicode input and output functions.
authorfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Tue, 3 Mar 2009 23:21:53 +0000 (23:21 +0000)
committerfliep <fliep@ddfedd41-794f-dd11-ae45-00112f111e67>
Tue, 3 Mar 2009 23:21:53 +0000 (23:21 +0000)
commit13c37314da325b696a8aca3ffce36b144a5559d1
tree81e339439b0ed660f4e7db0bf1b0c36d05136aab
parente143910b1b01296ce7524d03be8d10dcd519add5
Wrote all remaining Unicode input and output functions.
Updated gestalt to support Unicode.
Split off functions to convert from one character set to another and put them in charset.c.

glk_put_char_uni(), glk_put_string_uni(), glk_put_buffer_uni(),
glk_put_char_stream_uni(), glk_put_string_stream_uni(),
glk_put_buffer_stream_uni(), glk_get_char_stream_uni(),
glk_get_buffer_stream_uni(), glk_get_line_stream_uni()
src/Makefile.am
src/charset.c [new file with mode: 0644]
src/charset.h [new file with mode: 0644]
src/gestalt.c
src/input.c
src/main.c
src/model.c
src/stream.c
src/strio.c