view UTF8NoPreamble.cs @ 106:a03e6ad0051f

HTTP: Fixed request header handling
author Ivo Smits <Ivo@UCIS.nl>
date Sat, 11 Oct 2014 14:06:32 +0200
parents 4b78cc5f116b
children
line wrap: on
line source

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