Mercurial > hg > ucis.core
comparison UTF8NoPreamble.cs @ 7:4b78cc5f116b
Fixes and improvements (some untested)
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Sun, 13 Jan 2013 18:44:17 +0100 |
parents | 28dc7d535036 |
children |
comparison
equal
deleted
inserted
replaced
6:5ce7a138fdba | 7:4b78cc5f116b |
---|---|
1 namespace UCIS { | 1 using System.Text; |
2 public class UTF8NoPreamble : System.Text.UTF8Encoding { | 2 namespace UCIS { |
3 public class UTF8NoPreamble : UTF8Encoding { | |
3 public UTF8NoPreamble() : base(false) { } | 4 public UTF8NoPreamble() : base(false) { } |
4 } | 5 } |
5 } | 6 } |