المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : transform vt100 string to ordinary human readable string



C# Programming
10-31-2009, 08:22 AM
I am reading data of a socket. I recently learned that the data I received is actually meant to be easily displayed in a vt100 terminal. So I was wondering if I can get the transformed output as a string itself...are there any libraries that does specifically this...?

If the above transformation is too complicated I am prepared to accept a transformation which removes all the escape sequences...