view UTF8NoPreamble.cs @ 89:9096f62d18c4

USBLib: allow to locate Windows Device Node for removed device
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 12 Mar 2014 19:33:42 +0100
parents 4b78cc5f116b
children
line wrap: on
line source

???using System.Text;
namespace UCIS {
	public class UTF8NoPreamble : UTF8Encoding {
		public UTF8NoPreamble() : base(false) { }
	}
}