From 85c736831c1ff00ad9050b385e09ec753ea9993f Mon Sep 17 00:00:00 2001 From: tbeu Date: Mon, 15 Aug 2016 20:13:17 +0000 Subject: [PATCH] Fix encoding --- include/exiv2/value.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/exiv2/value.hpp b/include/exiv2/value.hpp index dc7ab5d6..25f738e3 100644 --- a/include/exiv2/value.hpp +++ b/include/exiv2/value.hpp @@ -1091,8 +1091,8 @@ namespace Exiv2 { @brief %Value for simple ISO 8601 times. This class is limited to handling simple time strings in the ISO 8601 - format HHMMSS�HHMM where HHMMSS refers to local hour, minute and - seconds and �HHMM refers to hours and minutes ahead or behind + format HHMMSS±HHMM where HHMMSS refers to local hour, minute and + seconds and ±HHMM refers to hours and minutes ahead or behind Universal Coordinated Time. */ class EXIV2API TimeValue : public Value {