]> git.mxchange.org Git - flightgear.git/commit
faster reload; colorize symbols; environment variable; comments++; cleanup
authormfranz <mfranz>
Wed, 23 Dec 2009 05:15:04 +0000 (05:15 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 23 Dec 2009 08:41:20 +0000 (09:41 +0100)
commit30524c7c05aba10ccfd7b5cff9327d1fa3bb00d5
treefe9babe817751f7b45c725980e03e4d254eb4163
parentb1e8917266635a6a5ee32d663dab0c38f68ffefe
faster reload; colorize symbols; environment variable; comments++; cleanup

Note that Python's XML parser is picky about accents. Choose encoding
ISO-8859-1 for latin1 accents or UTF-8 for UTF-8 accents. (Don't use latin1
comments in UTF-8 encoding!) Use xmllint to check for the validity of your
XML files (or let ./scripts/tools/fg-check do that for you):

  $ xmllint a26-yasim.xml
  a26-yasim.xml:113: parser error : Input is not proper UTF-8, indicate encoding !
  Bytes: 0xE8 0x73 0x20 0x6C
                   moment d'apr?s la doc : ________________________ = __________ =
                               ^
utils/Modeller/yasim_import.py