Hi all,

I'm having a little issue with localization with burn.
My issue is that I need to use swedish letters like åäö in my theme.wxl file
and when doing that, the bootstrapper won't even start. If I remove these
letters
it works fine.

my swetheme.wxl starts with:
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Codepage="1252" Culture="sv-se" Language="1053"
xmlns="http://schemas.microsoft.com/wix/2006/localization";>

and my wxs file have (i'm using sleightholms extended BA
http://wixextba.codeplex.com/documentation):
<?xml version="1.0" encoding="utf-8"?>
<Wix RequiredVersion="3.7.1224.0" 
  xmlns="http://schemas.microsoft.com/wix/2006/wi";
  xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";
  xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
  ...
    <BootstrapperApplicationRef
Id="WixExtendedBootstrapperApplication.HyperlinkLicense">
         ...
    </BootstrapperApplicationRef>
    <WixVariable Id="WixExtbaThemeWxl" Value="Resource\SweTheme.wxl" />
    ...

I have also tried iso-8859-1 for codepage and also tried html entity names
such as (&)auml(;) for ä.

So, my question is, have I missed something crucial? I'm little new to this
so it wouldn't surprise me if I have. Or could it be that burn just don't
support this?

I'm grateful for all answers/tips/suggestions I can get. Thank you.

/ Seb



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-localization-encoding-problem-tp7583759.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to