2935d7849099ec05db30bf4d5142af7fcef19366
The Windows and Mac builders on jenkins complain that '\U12345678' is an invalid universal character; let's try with '\U000000E9' instead, which should be LATIN SMALL LETTER E WITH ACUTE. Also replace '\uab42' with '\u00e0' to remove a warning on the Windows builder, due to the fact that '\uab42' cannot be represented in the current code page (1252). This doesn't mean '\uab42' was incorrect, though; I'm only changing this to make the warning disappear.
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%