From 60cccbcc60297e9bc76528fd5a89d0811e6ee277 Mon Sep 17 00:00:00 2001 From: Sergey Vladimirov Date: Fri, 8 Jul 2011 08:54:13 +0000 Subject: [PATCH] fix compiler warning ("unmappable character for encoding ASCII") git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144197 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/org/apache/poi/hwpf/model/types/CHPAbstractType.java | 4 ++-- src/types/definitions/chp_type.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java b/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java index 58a5e6f420..700766e335 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java @@ -859,7 +859,7 @@ public abstract class CHPAbstractType } /** - * used to record a character set id for text that was pasted into the Word document that used a character set different than Word‘s default character set. + * used to record a character set id for text that was pasted into the Word document that used a character set different than Word's default character set. */ public short getChse() { @@ -867,7 +867,7 @@ public abstract class CHPAbstractType } /** - * used to record a character set id for text that was pasted into the Word document that used a character set different than Word‘s default character set. + * used to record a character set id for text that was pasted into the Word document that used a character set different than Word's default character set. */ public void setChse(short field_35_chse) { diff --git a/src/types/definitions/chp_type.xml b/src/types/definitions/chp_type.xml index 9f7c0623bf..f9529f48be 100644 --- a/src/types/definitions/chp_type.xml +++ b/src/types/definitions/chp_type.xml @@ -98,7 +98,7 @@ - + -- 2.39.5