view UTF8NoPreamble.cs @ 97:d8bd5b4ba4d5

Added LICENSE and README files
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 08 Jul 2014 14:21:59 +0200
parents 4b78cc5f116b
children
line wrap: on
line source

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