Skip to content

Commit 5ea914c

Browse files
committed
Resolve #523 1 larger codec is OK
1 parent c86afbb commit 5ea914c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

display/renderbasic/src/main/java/org/openscience/cdk/renderer/generators/standard/AbbreviationLabel.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@ private static boolean isDigit(char c) {
381381
* @return normalised character
382382
*/
383383
private static char norm(char c) {
384-
// if character is out of scope don't
385-
if (c > 128)
386-
return 0;
387384
switch (c) {
388385
case '\u002d': // hyphen
389386
case '\u2012': // figure dash

0 commit comments

Comments
 (0)