It's another codepage problem. The default, codepage 0, forces ASCII only,
no extended characters. Set Product/@Codepage appropriately - you probably
want 1252, Western European.

You should also check that whatever editor you're using to create your .wxs
files is handling the file correctly, that is, the encoding of the file is
actually that declared in the <?xml?> declaration's charset attribute.
Visual Studio handles UTF-8 files correctly but others may not.

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anidil
Sent: 11 December 2007 08:23
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Not able to use special charecters


i get an invalid character compile error when tried to include registered
symbol 'R' with my installer UI screen text.Any help to tackle this problem?



-------------------------------------------------------------------------
SF.Net email is sponsored by:
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