Bugs item #1816105, was opened at 2007-10-18 13:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1816105&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pyro Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Heath Stewart (heaths) Assigned to: pmarcu (pmarcu) Summary: Code page is not carried through to transform Initial Comment: When the databases are unbound, the code page is not carried through such that the resulting transform uses code page 0 (invalid) and any extended characters are garbage. The code page should be settable on the Patch for the MSP and used for the summary information as well (since the Description and DisplayName are used in the summary information stream as well), and obtained from both the target and upgrade MSIs or obtained from the target and upgrade wixouts. If the code page differs in the transform, a change will be reflected in the transforms and it won't apply if the code page can't be changed. However, if different or no code pages are in the target and upgrade MSIs or wixouts than what the actual target and upgrade MSIs use, then the transform won't attempt ot change the code page but will use an invalid code page for the string pool. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1816105&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
