S
Sivaraj G via .NET 247
We created a unicode file using java application. It usesmethods like writeUTF(), writeInt() of java.io.DataOutputStreamclass to write the content of the file. We are able to read datausing java.io.DataInputStream.readUTF() method. It's workingwell in java environment.
When we tried to read the above unicode file in .net environment.We received junk content not the original content.
Actually we tried a sample program in c# and usedSystem.Text.UTF8Encoding(true) option also. Any help highlyappreciated.
When we tried to read the above unicode file in .net environment.We received junk content not the original content.
Actually we tried a sample program in c# and usedSystem.Text.UTF8Encoding(true) option also. Any help highlyappreciated.