mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-07 09:33:27 +00:00
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
114 KiB
114 KiB
![](/github/hugo/raw/commit/4479f09c9cfde4e0aeb6cc72b5b0197f3eefb0d2/resources/testdata/iss8079.jpg)