> I'm working on a piece of software that will parse textual data (a > list of words), conduct some statistical analyses, and spit out more > textual data. I'd like to support multiple languages, maybe even > multibyte encodings. Can someone please point me towards some > resources, in particular how to handle text input and output in a > language-independent way? As you can probably guess, I'm new to i18n.
Install `glibc-doc' and `info' and do "info libc".

