Skip to content

src: avoid strcmp() with Utf8Value

Having Utf8Value::operator==() without operator!=() is awkward in C++17, so add the negated equality operator. Then, use either instead of strcmp() where appropriate.

Merge request reports

Loading