]> git.lyx.org Git - features.git/commit
Store ASCII data in std::string
authorGeorg Baum <baum@lyx.org>
Mon, 29 Dec 2014 20:46:30 +0000 (21:46 +0100)
committerGeorg Baum <baum@lyx.org>
Mon, 29 Dec 2014 20:46:30 +0000 (21:46 +0100)
commit0a93c9b70f861b12e27239167d9ba59ddd6ece1e
tree48221ae454df300fe1c3d43776e270471f29cad5
parentcc87f81002f60cc5ab9263d97fe4b37791376af0
Store ASCII data in std::string

Math inset names and LaTeX requirements are always ASCII. This avoids some
conversions and makes math requirements more similar to text requirements.
src/mathed/InsetMathDecoration.cpp
src/mathed/InsetMathDelim.cpp
src/mathed/InsetMathDots.cpp
src/mathed/InsetMathSymbol.cpp
src/mathed/MacroTable.cpp
src/mathed/MathFactory.cpp
src/mathed/MathParser.cpp
src/mathed/MathParser.h