dileep s wrote
> I was not able to see this in my local system. File name appears like
> ニ探ニ停€愴致ニ停€ケ_窶凖ィナ耽06.SFC.
> How did you convert this filename before adding it to the script?
> Do we need to specify any character code to read this?

I changed the encoding settings of the browser to be able to see the
characters correctly, after which I simply copy-pasted them both into the
WiX source and into the file name in Windows Explorer.

Before:
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7599130/Filename_Encoding_Utf8_sm.png>
 

After:
<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n7599130/Filename_Encoding_ShiftJis_sm.png>
 

If I understand it correctly, I think the "build culture" property changes
the codepage of the source depending on the culture indicated. The
characters weren't a problem with the "ja-JP" build culture, but with the
"en-US" build culture I got the error that WiX didn't find the characters in
codepage 1252 - not 932, like your error indicated.

Like Nir Bar-2 suggested, I think you need to double check the characters in
the string, and then check if the correct (corresponding) culture is being
built.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-Japanese-MSI-package-creation-tp7599117p7599130.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to