From d61eaaac287ab84a52f7de3391b127eb42fb844a Mon Sep 17 00:00:00 2001 From: Akihiro Yamasaki Date: Tue, 9 Jul 2013 13:56:35 +0900 Subject: [PATCH] Fixed code page warning. --- Foundation/include/Poco/Dynamic/Var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/include/Poco/Dynamic/Var.h b/Foundation/include/Poco/Dynamic/Var.h index f9b5633c8..0a58c755f 100644 --- a/Foundation/include/Poco/Dynamic/Var.h +++ b/Foundation/include/Poco/Dynamic/Var.h @@ -61,7 +61,7 @@ class Foundation_API Var /// Var puts forth the best effort to provide intuitive and reasonable conversion semantics and prevent /// unexpected data loss, particularly when performing narrowing or signedness conversions of numeric data types. /// - /// An attempt to convert or extract from a non-initialized (“empty”) Var variable shall result + /// An attempt to convert or extract from a non-initialized ("empty") Var variable shall result /// in an exception being thrown. /// /// Loss of signedness is not allowed for numeric values. This means that if an attempt is made to convert