mirror of https://github.com/apache/poi.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8471a644b
commit
15a9811406
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue