From: Rainer Klute Date: Sat, 6 May 2006 09:56:19 +0000 (+0000) Subject: Forgot to check in my nit-picking grammatical changes in comments. X-Git-Tag: REL_3_0_ALPHA3~108 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fd2e6a34d3d94b572c12ccd067198ce6d9e8410e;p=poi.git Forgot to check in my nit-picking grammatical changes in comments. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@400278 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/hpsf/Constants.java b/src/java/org/apache/poi/hpsf/Constants.java index 01e18da378..e5dabdab06 100644 --- a/src/java/org/apache/poi/hpsf/Constants.java +++ b/src/java/org/apache/poi/hpsf/Constants.java @@ -26,52 +26,52 @@ package org.apache.poi.hpsf; */ public class Constants { - /**

Codepage 037, a special case.

*/ + /**

Codepage 037, a special case

*/ public static final int CP_037 = 37; /**

Codepage for SJIS

*/ public static final int CP_SJIS = 932; - /**

Codepage for GBK, aka MS936.

*/ + /**

Codepage for GBK, aka MS936

*/ public static final int CP_GBK = 936; /**

Codepage for MS949

*/ public static final int CP_MS949 = 949; - /**

Codepage for UTF-16 (little-endian.)

*/ + /**

Codepage for UTF-16

*/ public static final int CP_UTF16 = 1200; - /**

Codepage for UTF-16 big-endian.

*/ + /**

Codepage for UTF-16 big-endian

*/ public static final int CP_UTF16_BE = 1201; - /**

Codepage for Windows 1250.

*/ + /**

Codepage for Windows 1250

*/ public static final int CP_WINDOWS_1250 = 1250; - /**

Codepage for Windows 1251.

*/ + /**

Codepage for Windows 1251

*/ public static final int CP_WINDOWS_1251 = 1251; - /**

Codepage for Windows 1252.

*/ + /**

Codepage for Windows 1252

*/ public static final int CP_WINDOWS_1252 = 1252; - /**

Codepage for Windows 1253.

*/ + /**

Codepage for Windows 1253

*/ public static final int CP_WINDOWS_1253 = 1253; - /**

Codepage for Windows 1254.

*/ + /**

Codepage for Windows 1254

*/ public static final int CP_WINDOWS_1254 = 1254; - /**

Codepage for Windows 1255.

*/ + /**

Codepage for Windows 1255

*/ public static final int CP_WINDOWS_1255 = 1255; - /**

Codepage for Windows 1256.

*/ + /**

Codepage for Windows 1256

*/ public static final int CP_WINDOWS_1256 = 1256; - /**

Codepage for Windows 1257.

*/ + /**

Codepage for Windows 1257

*/ public static final int CP_WINDOWS_1257 = 1257; - /**

Codepage for Windows 1258.

*/ + /**

Codepage for Windows 1258

*/ public static final int CP_WINDOWS_1258 = 1258; - /**

Codepage for Johab.

*/ + /**

Codepage for Johab

*/ public static final int CP_JOHAB = 1361; /**

Codepage for Macintosh Roman (Java: MacRoman)

*/ @@ -127,37 +127,37 @@ public class Constants /**

Codepage for Macintosh Croatian (Java: MacCroatian)

*/ public static final int CP_MAC_CROATIAN = 10082; - /**

Codepage for US-ASCII.

*/ + /**

Codepage for US-ASCII

*/ public static final int CP_US_ACSII = 20127; /**

Codepage for KOI8-R

*/ public static final int CP_KOI8_R = 20866; - /**

Codepage for ISO-8859-1.

*/ + /**

Codepage for ISO-8859-1

*/ public static final int CP_ISO_8859_1 = 28591; - /**

Codepage for ISO-8859-2.

*/ + /**

Codepage for ISO-8859-2

*/ public static final int CP_ISO_8859_2 = 28592; - /**

Codepage for ISO-8859-3.

*/ + /**

Codepage for ISO-8859-3

*/ public static final int CP_ISO_8859_3 = 28593; - /**

Codepage for ISO-8859-4.

*/ + /**

Codepage for ISO-8859-4

*/ public static final int CP_ISO_8859_4 = 28594; - /**

Codepage for ISO-8859-5.

*/ + /**

Codepage for ISO-8859-5

*/ public static final int CP_ISO_8859_5 = 28595; - /**

Codepage for ISO-8859-6.

*/ + /**

Codepage for ISO-8859-6

*/ public static final int CP_ISO_8859_6 = 28596; - /**

Codepage for ISO-8859-7.

*/ + /**

Codepage for ISO-8859-7

*/ public static final int CP_ISO_8859_7 = 28597; - /**

Codepage for ISO-8859-8.

*/ + /**

Codepage for ISO-8859-8

*/ public static final int CP_ISO_8859_8 = 28598; - /**

Codepage for ISO-8859-9.

*/ + /**

Codepage for ISO-8859-9

*/ public static final int CP_ISO_8859_9 = 28599; /**

Codepage for ISO-2022-JP

*/ @@ -178,13 +178,13 @@ public class Constants /**

Codepage for EUC-KR

*/ public static final int CP_EUC_KR = 51949; - /**

Codepage for GB2312.

*/ + /**

Codepage for GB2312

*/ public static final int CP_GB2312 = 52936; - /**

Codepage for GB18030.

*/ + /**

Codepage for GB18030

*/ public static final int CP_GB18030 = 54936; - /**

Another codepage for US-ASCII.

*/ + /**

Another codepage for US-ASCII

*/ public static final int CP_US_ASCII2 = 65000; /**

Codepage for UTF-8

*/