Switch to side-by-side view

--- a
+++ b/src/windows/wincodepages.h
@@ -0,0 +1,8 @@
+#ifndef WINCODEPAGES_H_
+#define WINCODEPAGES_H_
+
+#include <string>
+
+extern const std::string& winACPName();
+
+#endif // WINCODEPAGES_H_