From 12e8a65141adc17bfa62f52b852d9f81fe02c3c6 Mon Sep 17 00:00:00 2001 From: glyn Date: Tue, 11 Mar 2014 17:45:48 +0000 Subject: [PATCH] Add header line to .cs file --- codepage_850.cs | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.2