]> source.dussan.org Git - poi.git/commitdiff
fixed unmappable characters for ASCII
authorYegor Kozlov <yegor@apache.org>
Sat, 9 Oct 2010 13:47:53 +0000 (13:47 +0000)
committerYegor Kozlov <yegor@apache.org>
Sat, 9 Oct 2010 13:47:53 +0000 (13:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1006161 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/usermodel/BorderCode.java

index f705cc0a4ac112a9c4f94083c11fd4b4ae6c39d1..55a0cdb9c175740fc381515103ef112aa8cc4255 100644 (file)
@@ -118,7 +118,7 @@ public final class BorderCode implements Cloneable {
    * <li>23  dash dot stroked
    * <li>24  emboss 3D
    * <li>25  engrave 3D
-   * <li>codes 64 \96 230 represent border art types and are used only for page borders
+   * <li>codes 64 - 230 represent border art types and are used only for page borders
    */
   public int getBorderType() {
     return _brcType.getShortValue(_info);
@@ -184,7 +184,7 @@ public final class BorderCode implements Cloneable {
   }
   
   /**
-   * Don\91t reverse the border.
+   * Don't reverse the border.
    */
   public boolean isFrame() {
     return _fFrame.getValue(_info2) != 0;