java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java
branchv_0
changeset 224 36db9fd27436
parent 219 3b1733fb3793
child 227 0094319a274a
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java	Sun Aug 30 02:24:36 2015 +0200
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularFormatter.java	Sun Aug 30 02:28:15 2015 +0200
     1.3 @@ -277,4 +277,11 @@
     1.4  	protected void printTableIndent() {
     1.5  		out.print(" ");
     1.6  	}
     1.7 +
     1.8 +	/**
     1.9 +	 * @return whether should print only ASCII characters instead of unlimited Unicode.
    1.10 +	 */
    1.11 +	protected boolean isAsciiNostalgia() {
    1.12 +		return asciiNostalgia;
    1.13 +	}
    1.14  }