Mercurial > hg > ucis.core
view UTF8NoPreamble.cs @ 27:5bfc6c68591e
FBGUI: Added numeric up/down control, fix for transparent control background
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Tue, 16 Apr 2013 01:16:45 +0200 |
parents | 4b78cc5f116b |
children |
line wrap: on
line source
???using System.Text; namespace UCIS { public class UTF8NoPreamble : UTF8Encoding { public UTF8NoPreamble() : base(false) { } } }