view UTF8NoPreamble.cs @ 51:e3f37686b15a

Merge HWLib and USBLib extensions
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 30 Sep 2013 21:24:35 +0200
parents 4b78cc5f116b
children
line wrap: on
line source

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