﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	i_links	o_links
144	LoadParam line-split fault	bensch	bensch	"THA HORROR

LoadParam has an error when loading names, that should be delimited by spaces.

example:
{{{
   <GameWorld>
     <name>Urban City</name>
   </GameWorld>
}}}
creates a Gameworld with the name 'Urban' instead of Urban City.
Tha Problem arises, because LoadParam always splits at whitespaces and ','.

== The Idea ==
... is to 
  * split only at commas, and where there are whitespaces around the Comma, cut them away.
  * Also to remove """" around Names, that have them.
"	defect	closed	minor	Old Orxonox tickets orx-v0	GameLoader		fixed				
