From 760d044f7d8202db0898403f128c0c568257dd38 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sun, 15 May 2016 10:24:34 -0400 Subject: [PATCH] add utf8 bom to number_format source to resolve encoding issues in VS2015, closes 43 --- source/styles/number_format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/styles/number_format.cpp b/source/styles/number_format.cpp index c843b6c5..a23492c4 100644 --- a/source/styles/number_format.cpp +++ b/source/styles/number_format.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2016 Thomas Fussell +// Copyright (c) 2014-2016 Thomas Fussell // Copyright (c) 2010-2015 openpyxl // // Permission is hereby granted, free of charge, to any person obtaining a copy