|
Subject:
|
Visual Basic and Unicode
|
|
Posted By:
|
Bill_Thompson
|
Post Date:
|
1/27/2006 10:16:00 AM
|
Can Visual Basic code read and write Unicode files?
|
|
Reply By:
|
marcostraf
|
Reply Date:
|
1/27/2006 4:24:16 PM
|
yes, with no problems. if you use FSO, there is a option of the open stream method to specify unicode. if you open the file in Binary, the first two bytes of an unicode file are 255 and 254 Marco
|