File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/sst Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -328,9 +328,7 @@ public static String unescapeJavaString(String st) {
328
328
private static final String UNKNOWN_UNICODE_ERROR = " unknown Unicode character name" ;
329
329
330
330
/**
331
- * Replace '/N{Unicode Character Name}' with the code point of the character. In JDK some
332
- * characters use different naming. The subset is bigger in JDK 9 than in JDK 8 etc. Also the
333
- * subset doesn't have to match with CPython.
331
+ * Replace '/N{Unicode Character Name}' with the code point of the character.
334
332
*
335
333
* @param text a text that contains /N{...} escape sequence
336
334
* @param sb string builder where the result code point will be written
You can’t perform that action at this time.
0 commit comments