Hello!
I have some class libraries written in Java which I have to use for a C#-Application. Most of them compiled without problems, but one of them is excessively using the java.nio.Charset-class.
I've read that java.nio isn't supported by J#, is there any alternative for the Charset-Class in .NET
Thanks in advance.
Chris

java.nio.Charset counterpart in .NET
Laurent
> Please have a look at :
> http://msdn2.microsoft.com/en-US/library/system.text.aspx
Thanks, those are the classes I was looking for.
Greetings,
Chris
nekto
Please have a look at :
http://msdn2.microsoft.com/en-US/library/system.text.aspx
That should get you going,
thanks
Prem
imok
Hi,
I am looking into the .NET base classes which can help you in this regard. Meanwhile, I highly recommend you to post your query in the following forums as well :
http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=39&SiteID=1
http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=44&SiteID=1
http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=31&SiteID=1
thanks
Prem