From 6ae8b4374bc46f1f72f088e30bb0140a819d1a0a Mon Sep 17 00:00:00 2001 From: pala <98568521+elqe@users.noreply.github.com> Date: Tue, 26 Apr 2022 17:54:00 -0400 Subject: [PATCH] Update jj.h --- jj.h | 1 + 1 file changed, 1 insertion(+) diff --git a/jj.h b/jj.h index 775cf64..3f76637 100644 --- a/jj.h +++ b/jj.h @@ -206,6 +206,7 @@ char* process_between_quotes(char* p, int* l) case 'n': *ptr2 = '\n'; break; case 'r': *ptr2 = '\r'; break; case 't': *ptr2 = '\t'; break; + case 'u': ptr += 4; length++; break; } } else { *ptr2 = *ptr1;