mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 07:25:23 +02:00
Made DEFAULT encoding name a public member of CodeReader.
This commit is contained in:
parent
ff59fc7493
commit
5a650d1e6e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import org.eclipse.cdt.internal.core.parser.scanner2.CharArrayUtils;
|
|||
* @author jcamelon
|
||||
*/
|
||||
public class CodeReader {
|
||||
private static final String SYSTEM_DEFAULT_ENCODING = System.getProperty( "file.encoding" ); //$NON-NLS-1$
|
||||
public static final String SYSTEM_DEFAULT_ENCODING = System.getProperty( "file.encoding" ); //$NON-NLS-1$
|
||||
//private static final String UTF_8 = "UTF-8"; //$NON-NLS-1$
|
||||
private static final String NF = "<text>"; //$NON-NLS-1$
|
||||
private static final char [] NOFILE = NF.toCharArray(); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue