hitwhzhongqiu / unsis

Automatically exported from code.google.com/p/unsis
0 stars 0 forks source link

can't open inpu file #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. I have a big installer and just trying to test unicode plugin. So here:

        StrCpy $7 "D:\xasd.txt"
        unicode::UnicodeType "$7"
        Pop $8

        FileOpen $9 "D:\check_type.txt" w
            FileWrite $9 $8
        FileClose $9

2. All the time I get 6 in the check_type. I don't understand why. (xasd.txt is 
already created)

What is the expected output? What do you see instead?
"NONE" etc.

What version of the product are you using? On what operating system?
unicode plugin 1.1

Please provide any additional information below.

Original issue reported on code.google.com by kostyasm...@gmail.com on 26 Jun 2014 at 3:59