Wrote all remaining Unicode input and output functions.
authorPhilip Chimento <philip.chimento@gmail.com>
Tue, 3 Mar 2009 23:21:53 +0000 (23:21 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Tue, 3 Mar 2009 23:21:53 +0000 (23:21 +0000)
commit8bf874cd9d56a5850bc474df37642170a4c20b28
tree81e339439b0ed660f4e7db0bf1b0c36d05136aab
parente47eebee2f127d0c1d4825d9bdc41471b6d7f3c1
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()

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@29 ddfedd41-794f-dd11-ae45-00112f111e67
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