From: Ben Pfaff Date: Sun, 13 Feb 2011 19:49:30 +0000 (-0800) Subject: i18n: Introduce C_ENCODING as replacement for LEGACY_NATIVE. X-Git-Tag: v0.7.7~51 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=bc19562deb692e6db3271eb0402e9f9c99e4cbcb;hp=bc19562deb692e6db3271eb0402e9f9c99e4cbcb;p=pspp-builds.git i18n: Introduce C_ENCODING as replacement for LEGACY_NATIVE. The LEGACY_NATIVE name seems a bit awkward for something that is just the name of the encoding for strings in C source code, that is, the C locale, so this commit renames it to C_ENCODING and moves it to i18n.h with the rest of the encoding-related functions. In addition, PSPP assumes in various places that the local system has ASCII-based locales. I don't think there's much point in pretending to support EBCDIC, so this commit removes that little bit of support. ---