From: glyn <glyn@8kb.co.uk>
Date: Tue, 11 Mar 2014 17:45:48 +0000 (+0000)
Subject: Add header line to .cs file
X-Git-Url: https://git.8kb.co.uk/?a=commitdiff_plain;h=12e8a65141adc17bfa62f52b852d9f81fe02c3c6;p=postgresql%2Fencoding_woes

Add header line to .cs file
---

diff --git a/codepage_850.cs b/codepage_850.cs
index a5cf91d..98f082d 100644
--- a/codepage_850.cs
+++ b/codepage_850.cs
@@ -1,3 +1,6 @@
+// Glyn Astill 09/02/2014
+// Test to do conversion from DOS cp850 native through Latin1 to UTF8 and vice versa
+
 using System;
 using System.Collections.Generic;
 using System.Linq;