view UTF8NoPreamble.cs @ 79:4e4c600031e2

Merge FBGUI updates
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 16 Feb 2014 15:02:36 +0100
parents 4b78cc5f116b
children
line wrap: on
line source

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