Make identifier decoding work under all locales
authorPetri Lehtinen <petri@digip.org>
Mon, 3 Oct 2011 18:35:51 +0000 (21:35 +0300)
committerPetri Lehtinen <petri@digip.org>
Mon, 3 Oct 2011 18:43:16 +0000 (21:43 +0300)
commitf0d5c047342c7bc68c5a75751cb2e3434c9273ca
treec422cc08221b6dd898ef1ff262efc7cf239cab84
parentfd56deb7dd7c227c56a267719c0449ece97c19b1
Make identifier decoding work under all locales

Replace isxxx() functions from ctype.h with locale-independent macros.

Fixes GH-35.
src/load.c