jimpark / unsis

Automatically exported from code.google.com/p/unsis
Other
59 stars 15 forks source link

can't open inpu file #37

Closed GoogleCodeExporter closed 8 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

jimpark commented 8 years ago

We don't address plugin problems. But you don't need the plugin. You can just use FileReadUTF16LE to read Windows-style Unicode files.