view UTF8NoPreamble.cs @ 82:0d389692be32

FBGUI: Separated locking in renderer so Invalidate does not block while Painting in timer callback
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 17 Feb 2014 22:35:52 +0100
parents 4b78cc5f116b
children
line wrap: on
line source

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