Don't ignore all trailing whitespace in input text. Only chop one newline.
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 1 Aug 2006 14:50:34 +0000 (14:50 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 1 Aug 2006 14:50:34 +0000 (14:50 +0000)
commita02f74723e0932ed303cf421c31e2fbd96a59623
treeacf3978b5b4d38e9a30b7179980e37ddf8a1af12
parent58bb013bc704f5c907ed8a2838eb682abf9e7310
Don't ignore all trailing whitespace in input text. Only chop one newline.

2006-08-01  Behdad Esfahbod  <behdad@gnome.org>

        * examples/renderdemo.c (parse_options): Don't ignore all trailing
        whitespace in input text.  Only chop one newline.

        * examples/viewer-main.c (main): setlocale(LC_ALL, "") to get GOption
        work for UTF-8 text on the command line.
ChangeLog
examples/renderdemo.c
examples/viewer-main.c