| Index: compiled/filter/CommentFilter.cpp | 
| diff --git a/compiled/filter/CommentFilter.cpp b/compiled/filter/CommentFilter.cpp | 
| index b55db264ece931669a186f52415d0be95896b0ee..c3747d018992e1a544f3edea79a6748fe70b7f7e 100644 | 
| --- a/compiled/filter/CommentFilter.cpp | 
| +++ b/compiled/filter/CommentFilter.cpp | 
| @@ -26,7 +26,7 @@ CommentFilter::CommentFilter(const String& text) | 
|  | 
| Filter::Type CommentFilter::Parse(const String& text) | 
| { | 
| -  if (text.length() && text[0] == u'!') | 
| +  if (text.length() && text[0] == ABP_TEXT('!')) | 
| return Type::COMMENT; | 
| else | 
| return Type::UNKNOWN; | 
|  |