Skip to content

Commit

Permalink
[#9631] &{} as _logtype column Replace String
Browse files Browse the repository at this point in the history
  • Loading branch information
intr3p1d committed Feb 27, 2024
1 parent 034ddbb commit 6e63b1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public class CLPMapper {
public final static char DICTIONARY_VARIABLE_VALUE = '\u0011';
public final static char NON_DICTIONARY_VALUE = '\u0012';

public final static String DICTIONARY_REPLACEMENT = "▨▨▨";
public final static String NON_DICTIONARY_REPLACEMENT = "▧▧▧";
public final static String DICTIONARY_REPLACEMENT = "&{}";
public final static String NON_DICTIONARY_REPLACEMENT = "&{}";

static String makeReadableString(String encodedLogType) {
byte[] encodedLogTypeBytes = encodedLogType.getBytes(StandardCharsets.ISO_8859_1);
Expand Down

0 comments on commit 6e63b1e

Please sign in to comment.