Bugs item #1680656, was opened at 2007-03-14 13:39 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1680656&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: wixui Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: Martin Richter (martinrichter) Assigned to: Rob Mensching (robmen) Summary: Using Umlauts in the WixUI_*.wxl shows questions marks UI Initial Comment: Using Umlauts or other special characters like ÄÖÜäöüß in the WixUI or usingthe existing WixUI_de-de.wxl file causes questionmarks (?) to be shown in the final dialog. ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2007-03-21 06:48 Message: Logged In: YES user_id=26581 Originator: NO 1666256 ---------------------------------------------------------------------- Comment By: Martin Richter (martinrichter) Date: 2007-03-14 16:00 Message: Logged In: YES user_id=987622 Originator: YES If you provide this file the codepage must be set! ---------------------------------------------------------------------- Comment By: Martin Richter (martinrichter) Date: 2007-03-14 15:53 Message: Logged In: YES user_id=987622 Originator: YES OK! Found the problem: The WixUI_de-de.wxl does not have any Codepage entry! After changing it to Codepage="1252" the characters are shown correct. What codepage is used by default? Shouldn't it be 1252? What is used if no codepage is given? ---------------------------------------------------------------------- Comment By: Rob Mensching (robmen) Date: 2007-03-14 15:44 Message: Logged In: YES user_id=991639 Originator: NO You need to ensure you set the codepage of your MSI such that those characters will display correctly. MSI is not a Unicode file format. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1680656&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
