git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-11-08 02:49:51 +00:00
parent b8f9260d23
commit 5d1a532cfd
1 changed files with 3 additions and 0 deletions

View File

@ -335,6 +335,9 @@ public class StringUtil {
return 1;
}
/**
* @return the encoding we want to use (ISO-8859-1)
*/
public static String getPreferredEncoding() {
return ENCODING;
}