Mercurial > hg > ucis.core
view UTF8NoPreamble.cs @ 24:87f5e19c4885
Make library more suitable for independent reuse
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Mon, 15 Apr 2013 15:38:23 +0200 |
parents | 4b78cc5f116b |
children |
line wrap: on
line source
???using System.Text; namespace UCIS { public class UTF8NoPreamble : UTF8Encoding { public UTF8NoPreamble() : base(false) { } } }