Fixed|Resources|libdoomsday: Avoid certain characters when choosing package IDs
Some characters have special meaning in the context of package IDs. For instance, whitespace characters are used as list separators by PackageLoader. Also, Info strings are ambiguous if there are lots of consecutive single and double quote characters, so those are replaced as well.
Fixed|Resources|libdoomsday: Avoid certain characters when choosing package IDs
Some characters have special meaning in the context of package IDs.
For instance, whitespace characters are used as list separators by
PackageLoader. Also, Info strings are ambiguous if there are lots of
consecutive single and double quote characters, so those are replaced
as well.
IssueID #2250