diff --git a/include/Commons.awk b/include/Commons.awk index 83b9ef14..658b0bbf 100644 --- a/include/Commons.awk +++ b/include/Commons.awk @@ -204,6 +204,8 @@ function escapeChar(char) { return ">" # Unicode Character 'GREATER-THAN SIGN' case "u200b": return "" # Unicode Character 'ZERO WIDTH SPACE' + case "u200c": + return "" # Unicode Character 'ZERO WIDTH NON-JOINER' default: return char }