Bugs item #1698607, was opened at 2007-04-11 16:43 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1698607&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: light Group: v2.0 >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Alex (sharpcell) Assigned to: Nobody/Anonymous (nobody) Summary: non-english string in msm file Initial Comment: I use WiX for purpose of deploying application in Russia, so, my clients want localized (russian-languages) interfaces. I am try to create a russian merge module. So, I set shortcut longname for file in module tag of wsx file directly(without wxl file) to "Пользователь" (this is ruassian word means "User").Then I creates msm with this codepage=1251. But when I open this msm in ORCA, there are unrecognizable symbols in shortcut table in name column(example ?????? ). ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2007-04-12 20:22 Message: Logged In: YES user_id=26581 Originator: NO Packages have two codepages: One for the summary info stream and one for the database itself. You're setting the summary codepage but need to set Module/@Codepage too. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1698607&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-devs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/wix-devs
