Re: [WiX-users] Not able to use special charecters

2007-12-13 Thread Anidil

Thank you..
Changing the editor to visual studio fixed the issue..



Mike Dimmick-2 wrote:
> 
> 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  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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Not-able-to-use-special-charecters-tp14269673p14312183.html
Sent from the wix-users mailing list archive at Nabble.com.


-
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


Re: [WiX-users] Not able to use special charecters

2007-12-12 Thread Mike Dimmick
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  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


Re: [WiX-users] Not able to use special charecters

2007-12-11 Thread Rob Hamflett
You need to check that your using the correct codepage, and also that the 
codepage supports that 
symbol.  I found that 932 (Japanese) doesn't.

Rob

Anidil wrote:
> 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://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Not able to use special charecters

2007-12-11 Thread Anidil

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?
-- 
View this message in context: 
http://www.nabble.com/Not-able-to-use-special-charecters-tp14269673p14269673.html
Sent from the wix-users mailing list archive at Nabble.com.


-
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://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users