Re: [dev] sfc - a flashcards program to learn languages

From: Szabolcs Nagy <nsz_AT_port70.net>
Date: Wed, 25 Aug 2010 19:57:51 +0200

* Valentin <a_AT_0au.de> [2010-08-24 22:43:59 +0200]:
> [2] http://0au.de/hgweb.cgi/sfc

#include <locale.h>
...
#include <wchar.h>
#include <wctype.h>

that's the painful way to work with strings..
this part of the c99 standard is not very nice
i guess there are not much choice if you don't want to
depend on external code like plan9 utf and fmt support

i'm not sure why you needed signal.h
Received on Wed Aug 25 2010 - 19:57:51 CEST

This archive was generated by hypermail 2.2.0 : Wed Aug 25 2010 - 20:00:04 CEST