]> git.ipfire.org Git - thirdparty/cups.git/commit
Unfortunately, the ctype macros follow the current locale in a very inconsistent
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 10 Aug 2010 06:06:55 +0000 (06:06 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 10 Aug 2010 06:06:55 +0000 (06:06 +0000)
commite00a8345f4b1313739e276f089a94a0d1bf804cb
tree3d38a2e079757d99b8dcd180e9320aafebdc86db
parentb9738d7c7873c28c5a6b265a5d4f319a508161e8
Unfortunately, the ctype macros follow the current locale in a very inconsistent
way leading to false positives for isalpha, isalnum, isspace, and isupper for
characters 128-255.  Provide a consistent isfoo implementation that is
restricted to US ASCII for parsing config files and the like.

Drop the PAP backend.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9231 7a7537e8-13f0-0310-91df-b6672ffda945
22 files changed:
backend/Makefile
backend/pap.c [deleted file]
config-scripts/cups-pap.m4 [deleted file]
configure.in
cups/adminutil.c
cups/attr.c
cups/auth.c
cups/conflicts.c
cups/emit.c
cups/file.c
cups/http-support.c
cups/http.c
cups/ipp-support.c
cups/language.c
cups/localize.c
cups/mark.c
cups/options.c
cups/ppd.c
cups/pwg-ppd.c
cups/string-private.h
cups/string.c
vcnet/config.h