view UTF8NoPreamble.cs @ 70:c22be6c412de

FBGUI: fixed hand cursor transparency for mono
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 30 Oct 2013 15:32:58 +0100
parents 4b78cc5f116b
children
line wrap: on
line source

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