From: SourceForge.net <no...@so...> - 2004-04-29 16:01:29
|
Bugs item #939927, was opened at 2004-04-22 03:20 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=939927&group_id=105970 Category: light Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Leo von Wyss (vonwyss) >Assigned to: Rob Mensching (robmen) Summary: IDT export does not always transform control chars Initial Comment: For some tables/columngs, the escapeIdtCharacters is not set to true, although it should be. This leads to a failure linking such projects as decomiled WISE installers. Examples of columns that should probably have escapeIdtCharacters="yes" are (list does not claim to be complete): ActionText.Description ActionText.Template Feature.Description LaunchCondition.Description RadioButton.Help (to fix in Data/tables.xml) Actually, is there any reason, not to perform the special char handling on all fields? ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-29 09:01 Message: Logged In: YES user_id=991639 IDT escaping has been added to all relevant localized text fields (as all of the above are). We don't want to do IDT escaping all the time because it is a brain-dead and relatively expensive operation. Once we find all the places where line- feeds are actually allowed, this should not be an issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=939927&group_id=105970 |