Index: trunk/src/com/drew/lang/Charsets.java
===================================================================
--- trunk/src/com/drew/lang/Charsets.java	(revision 13061)
+++ trunk/src/com/drew/lang/Charsets.java	(revision 15217)
@@ -1,4 +1,4 @@
 /*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
  *
  *    Licensed under the Apache License, Version 2.0 (the "License");
@@ -38,3 +38,4 @@
     public static final Charset UTF_16BE = Charset.forName("UTF-16BE");
     public static final Charset UTF_16LE = Charset.forName("UTF-16LE");
+    public static final Charset WINDOWS_1252 = Charset.forName("Cp1252");
 }
