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 al

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

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