diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2019-01-20 10:33:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-20 10:33:59 -0500 |
| commit | acb9afd908f979a6155f7967bc379829c2b9c894 (patch) | |
| tree | 5f1aeb1bb826a412a40328cb80095c3dc09b66f8 /SocketHttpListener/Primitives/ITextEncoding.cs | |
| parent | 3a5e3ade01ab4b4fccca03ba2da969f03d5564f1 (diff) | |
| parent | 2dc14aa85d7123e8c97e6e868d661fb91e32440c (diff) | |
Merge pull request #598 from cvium/remove_textencoding
Remove MediaBrowser.Text for license violations and hackiness
Diffstat (limited to 'SocketHttpListener/Primitives/ITextEncoding.cs')
| -rw-r--r-- | SocketHttpListener/Primitives/ITextEncoding.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/SocketHttpListener/Primitives/ITextEncoding.cs b/SocketHttpListener/Primitives/ITextEncoding.cs deleted file mode 100644 index 10d95570d..000000000 --- a/SocketHttpListener/Primitives/ITextEncoding.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Text; -using MediaBrowser.Model.Text; - -namespace SocketHttpListener.Primitives -{ - public static class TextEncodingExtensions - { - public static Encoding GetDefaultEncoding(this ITextEncoding encoding) - { - return Encoding.UTF8; - } - - public static Encoding GetDefaultEncoding() - { - return Encoding.UTF8; - } - } -} |
