Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe char 213 to 39)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Josh Micich 2009-01-15 23:13:54 +00:00
parent b280b299a0
commit 6e5d11066b
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ import java.util.Map;
/**
* Specifies the set of possible restart locations which may be used as to
* determine the next available line when a breakÕs type attribute has a value
* determine the next available line when a break's type attribute has a value
* of textWrapping.
*
* @author Gisella Bronzetti

View File

@ -406,7 +406,7 @@ public class XWPFRun {
* content.
* A break is a special character which is used to override the
* normal line breaking that would be performed based on the normal layout
* of the documentÕs contents.
* of the document's contents.
* @see addCarriageReturn()
*/
public void addBreak() {
@ -418,7 +418,7 @@ public class XWPFRun {
* content.
* A break is a special character which is used to override the
* normal line breaking that would be performed based on the normal layout
* of the documentÕs contents.
* of the document's contents.
* <p>
* The behavior of this break character (the
* location where text shall be restarted after this break) shall be
@ -436,7 +436,7 @@ public class XWPFRun {
* Specifies that a break shall be placed at the current location in the run
* content. A break is a special character which is used to override the
* normal line breaking that would be performed based on the normal layout
* of the documentÕs contents.
* of the document's contents.
* <p>
* The behavior of this break character (the
* location where text shall be restarted after this break) shall be