view UTF8NoPreamble.cs @ 86:5d1b72ba44dc

Small fixes in WorkQueue
author Ivo Smits <Ivo@UCIS.nl>
date Thu, 05 Jun 2014 00:24:24 +0200
parents 4b78cc5f116b
children
line wrap: on
line source

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