@literal clearer than <span>
Props Benedikt Ritter git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1300707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1746b7475d
commit
861da51f24
|
@ -315,7 +315,7 @@ public class CSVFormat implements Serializable {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tells if unicode escape sequences (e.g. <span>\</span>u1234) are turned into their corresponding character
|
* Tells if unicode escape sequences (e.g. {@literal \u1234}) are turned into their corresponding character
|
||||||
* when parsing input.
|
* when parsing input.
|
||||||
*
|
*
|
||||||
* @return <tt>true</tt> if unicode escape sequences are interpreted, <tt>false</tt> if they are left as is.
|
* @return <tt>true</tt> if unicode escape sequences are interpreted, <tt>false</tt> if they are left as is.
|
||||||
|
|
Loading…
Reference in New Issue