mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
0a2ab3f8fe
The root cause of issue #8079 was a non-breaking space (U+0160). `unicode.IsPrint` only allows the ASCII space (U+0020). Be more lenient by using `unicode.IsGraphic` instead. Fixes #8079 |
||
---|---|---|
.. | ||
exif | ||
color.go | ||
color_test.go | ||
config.go | ||
config_test.go | ||
filters.go | ||
filters_test.go | ||
image.go | ||
overlay.go | ||
resampling.go | ||
smartcrop.go |