lyx_mirror/src/support/tests
Georg Baum d1f8c007f0 Get rid of some locale dependant functions
* src/output_plaintext.C
	(writePlaintextParagraph): Use compare_ascii_no_case instead of
	compare_no_case, since the strings to compare are pure ASCII anyway.

	* src/frontends/qt4/QPrefsDialog.C
	(setComboxFont): ditto

	* src/MenuBackend.C
	(Menu::checkShortcuts): ditto

	* src/frontends/qt4/QLImage.C
	(QLImage::loadableFormats): Use ascii_lowercase instead of lowercase
	since the input is pure ASCII anyway.

	* src/tex2lyx/text.C
	(splitLatexLength): ditto

	* src/support/lstrings.[Ch]
	(compare_no_case): Get rid of both std::string variants
	(lowercase): Get rid of std::string variant
	(uppercase): Change std::string variant to docstring

	* src/support/tests/regfiles/lstrings: Add new expected output

	* src/support/tests/lstrings.C: Add tests for docstring functions


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17371 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-26 18:54:03 +00:00
..
regfiles Get rid of some locale dependant functions 2007-02-26 18:54:03 +00:00
boost.C Fix-up damage done by overeager script in r15422 2007-02-25 21:17:24 +00:00
ChangeLog
convert.C Almost fix 'make check'. The only remaining problem is an undefined 2007-02-26 09:31:01 +00:00
filetools.C Almost fix 'make check'. The only remaining problem is an undefined 2007-02-26 09:31:01 +00:00
lstrings.C Get rid of some locale dependant functions 2007-02-26 18:54:03 +00:00
Makefile.am Almost fix 'make check'. The only remaining problem is an undefined 2007-02-26 09:31:01 +00:00
pch.h
test_convert
test_filetools
test_lstrings