You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "snumlautoken (via GitHub)" <gi...@apache.org> on 2023/02/20 17:35:43 UTC

[GitHub] [commons-imaging] snumlautoken commented on a diff in pull request #280: Refactor BasicCParser::unescapeString()

snumlautoken commented on code in PR #280:
URL: https://github.com/apache/commons-imaging/pull/280#discussion_r1112209409


##########
src/main/java/org/apache/commons/imaging/common/BasicCParser.java:
##########
@@ -417,4 +341,103 @@ public static void unescapeString(final StringBuilder stringBuilder, final Strin
                     + "unterminated escape sequence found in string");
         }
     }
+
+    private static int appendHex(int i, final StringBuilder stringBuilder, final String string)

Review Comment:
   This has been added!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org