view UTF8NoPreamble.cs @ 96:94df2951d118

USBLib: fix USB string descriptor retrieval
author Ivo Smits <Ivo@UCIS.nl>
date Thu, 26 Jun 2014 21:04:20 +0200
parents 4b78cc5f116b
children
line wrap: on
line source

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