Also, make sure you set correct values for Product/@Language and 
Product/@Codepage.  If you are using localized messages for things like custom 
action type 19, make sure that encoding attribute is set to properly, i.e. 
<?xml version="1.0" encoding="..." ?>

Alex


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pat Higgins
Sent: Wednesday, March 26, 2008 9:02 AM
To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Problems with Characters

Have you got your strings in a WXL file? I think using other files (wxi, wxs) 
etc won't allow extended chars to be displayed.

Also, in the WXL you may need to specify the codepage & culture but I think 
pt-br is 1252 so if you haven't specified it, the WXL would by default use 1252 
anyway

<WixLocalization Codepage="1252" Culture="en-US">
...
</WixLocalization>

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arthur Curvello
Sent: 26 March 2008 15:42
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problems with Characters

Hi,

I need to use pt-br culture.. but I got "?" characters instead of the ones I 
write.
How can I solve this?

________________________________
About Microsoft Ireland: www.microsoft.com/ireland
Microsoft Ireland Operations Limited. A company incorporated and registered in 
Ireland number 256796.
Microsoft Ireland Research. A company incorporated and registered in Ireland 
number 342235.
Registered office 70 Sir John Rogerson's Quay, Dublin 2, Ireland
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to