Fix assertion failed when speaking some Unicode characters
When pressing unicode characters, and since speechd-up currently uses the non-unicode softsynth, speakup returns EAGAIN to tell to retry reading. This is not actually an error.
diff --git a/speechd-up.c b/speechd-up.c index 0b8f93f..06a35bc 100644