From 24f0f4ce97da31769a463fe85dfe217a18adde6c Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Sun, 6 Sep 2015 22:54:17 -0700
Subject: [PATCH] Updating putty profiles to use UTF-8 for remote character set

---
 putty/putty_solarized_black.reg | 3 +++
 putty/putty_solarized_dark.reg  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/putty/putty_solarized_black.reg b/putty/putty_solarized_black.reg
index 95a27d1..b4fa0c1 100644
--- a/putty/putty_solarized_black.reg
+++ b/putty/putty_solarized_black.reg
@@ -27,3 +27,6 @@ Windows Registry Editor Version 5.00
 
 ; Enable numpad in Vim by disabling "Application Keypad Mode"
 "NoApplicationKeys"=dword:00000001
+
+; Tell Putty to use UTF-8 as the remote character set
+"LineCodePage"="UTF-8"
diff --git a/putty/putty_solarized_dark.reg b/putty/putty_solarized_dark.reg
index 1588721..a8a8b1b 100644
--- a/putty/putty_solarized_dark.reg
+++ b/putty/putty_solarized_dark.reg
@@ -27,3 +27,6 @@ Windows Registry Editor Version 5.00
 
 ; Enable numpad in Vim by disabling "Application Keypad Mode"
 "NoApplicationKeys"=dword:00000001
+
+; Tell Putty to use UTF-8 as the remote character set
+"LineCodePage"="UTF-8"
-- 
GitLab