Commit Graph

6 Commits (ad8eda79f46ba86ae300e95ab88e5c13aabf4b9f)

Author SHA1 Message Date
U-DESKTOP-5KURQFU\dlshc ad8eda79f4 Fix MinGW build and add instruction 2019-08-07 12:14:42 +03:00
Hleb Valoshka b082d5f47f Automatically convert to c++11 using clan-tidy
+ manual cleanups
2018-09-22 23:42:02 +03:00
Hleb Valoshka 882e4ecf28 fix whitespaces and indents
trailing spaces are removed
tabs are replaced with 4 spaces

# Conflicts:
#	src/celengine/cmdparser.cpp
#	src/celengine/command.cpp
#	src/celestia/celestiacore.cpp
#	src/celestia/celestiacore.h
#	src/celestia/qt/qtappwin.cpp
#	src/celestia/qt/qtglwidget.cpp
#	src/celestia/win32/winmain.cpp
2018-09-22 23:41:57 +03:00
Christophe Teyssier 37dc407533 I18n fixes
- Uses UTF8ToCurrentCP instead of bind_textdomain_codeset. Gettext does the
codeset conversion for msgstr only, not for msgid, this is a problem when
data files include objects with non ASCII characters. Using our own
conversion function fixes the problem.
- COPYING and controls.txt can now be localized. Localized version must be
named COPYING_LL and controls_LL.txt and must be in UTF-8.
2006-08-26 16:47:23 +00:00
Christophe Teyssier c45381509c Set gettext to use the current codepage when retreiving strings for use
in widgets.
2006-07-28 22:59:18 +00:00
Clint Weisbrod 561f72188a New modules for Windows-specific utility functions. 2002-02-28 23:35:34 +00:00