Matthew Rayner
Results
1
comments of
Matthew Rayner
The category URL is effectively being encoded twice by the BlogController https://github.com/silverstripe/silverstripe-blog/blob/7927a98ca024a36f18f1c802baa625829151a1ce/src/Model/BlogController.php#L321-L325 as the category URLs are **forced to be multibyte** by the `BlogObject::generateURLSegment()` method. https://github.com/silverstripe/silverstripe-blog/blob/7927a98ca024a36f18f1c802baa625829151a1ce/src/Model/BlogObject.php#L185-L189 You can workaround this...