]> git.lyx.org Git - features.git/commit
Use new isAlphaASCII and isDigitASCII functions instead of isalpha and
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 2 Apr 2007 15:21:36 +0000 (15:21 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 2 Apr 2007 15:21:36 +0000 (15:21 +0000)
commit329d50d90d6c31750203835c4a4c09adcba8a7e6
tree28f59c195e6f955a89f7e193e0be37ec2313f3cb
parent3213757e9a07501df7f205c03b8c4585b3505e92
Use new isAlphaASCII and isDigitASCII functions instead of isalpha and
isdigit from ctype.h, because the latter are locale dependant and do not
work with char_type.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17698 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMath.C
src/mathed/InsetMathNest.C
src/mathed/InsetMathSymbol.C
src/mathed/MathStream.C
src/sgml.C
src/support/textutils.C
src/support/textutils.h