]> granicus.if.org Git - file/commit
PR/518: Fall back to use setlocale() for the OS's that don't support
authorChristos Zoulas <christos@zoulas.com>
Wed, 10 Feb 2016 15:57:40 +0000 (15:57 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 10 Feb 2016 15:57:40 +0000 (15:57 +0000)
commitb74175e236c34beeb930c95bb25300c92a205cd3
tree609244fea92a76cb4286379c23296298f246a80a
parent1792a3145296aea1b33ff910a95dc9f6450f1b0a
PR/518: Fall back to use setlocale() for the OS's that don't support
newlocale()/uselocale(). This is necessary because some regex patterns
we use (apple) have non-ascii characters in them.
src/file.h
src/funcs.c
src/readcdf.c