view UTF8NoPreamble.cs @ 56:7c15c12ef965

Added new ArrayUtil.ToArray functions
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 09 Oct 2013 13:56:35 +0200
parents 4b78cc5f116b
children
line wrap: on
line source

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