view UTF8NoPreamble.cs @ 10:7269e91c6e26

HTTPServer: added support for HTTPS
author Ivo Smits <Ivo@UCIS.nl>
date Fri, 18 Jan 2013 18:24:20 +0100
parents 4b78cc5f116b
children
line wrap: on
line source

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