Mercurial > hg > ucis.core
view UTF8NoPreamble.cs @ 48:f553f6e0a396
ArrayUtil: added Merge function to merge ILists
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Tue, 16 Jul 2013 14:02:33 +0200 |
parents | 4b78cc5f116b |
children |
line wrap: on
line source
???using System.Text; namespace UCIS { public class UTF8NoPreamble : UTF8Encoding { public UTF8NoPreamble() : base(false) { } } }