If set to true, then render output will only use ASCII characters and
any non-ASCII characters in values will be escaped. Otherwise, UTF-8
characters will be used, including unicode border drawing characters.
@note This does not effect CSV output.
@param config The neo4j client configuration to update.
@param enabletrue to enable rendering in only ASCII characters,
and false to disable this behaviour.
Enable or disable rendering in ASCII-only.
If set to true, then render output will only use ASCII characters and any non-ASCII characters in values will be escaped. Otherwise, UTF-8 characters will be used, including unicode border drawing characters.
@note This does not effect CSV output.
@param config The neo4j client configuration to update. @param enable true to enable rendering in only ASCII characters, and false to disable this behaviour.