From: Sergey Vladimirov Date: Fri, 8 Jul 2011 08:54:13 +0000 (+0000) Subject: fix compiler warning ("unmappable character for encoding ASCII") X-Git-Tag: REL_3_8_BETA4~270 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=60cccbcc60297e9bc76528fd5a89d0811e6ee277;p=poi.git 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 --- 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 @@ - +