For customers with content in many different languages, it would be very helpful to customize the slug for blog tags. We currently have tags that includes characters like "æ,"ø", "å" which we would like to keep in the tag names, but remove in the slugs. Special characters always need to be encoded in order to be shown on a URL. This means that it can't be avoided unless you use safe URL characters, which are basically english characters, hyphens and underscores. Therefore, it would be great to have the option to make blog tag names with special characters, but have slugs where we can replace them with safe URL characters.