Skip to content

Fix invalid escape character \s

Dan Yeaw requested to merge danyeaw/fontconfig:fix-invalid-escape into main

Changes the strings to raw strings so that the \ character is treated as a string literal.

Merge request reports