view UTF8NoPreamble.cs @ 76:b05350c24596

Added InteropUtil for safe pinned array and string access
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 03 Feb 2014 22:53:58 +0100
parents 4b78cc5f116b
children
line wrap: on
line source

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