mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
user_url() failed for usernames containing Unicode characters because it expects URL encoded usernames. RSS feeds do not support IRIs, so lets convert them to URIs by encoding the usernames.