ID:2672183
 
Resolved
Unicode characters in URLs were mangled in link().
BYOND Version:514.1552
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 90.0.4430.72
Applies to:Dream Seeker
Status: Resolved (514.1553)

This issue has been resolved.
Descriptive Problem Summary:
link an url with accentuation and it'll break the link

Numbered Steps to Reproduce Problem:
use link to send an url with accentuation to the usr

Code Snippet (if applicable) to Reproduce Problem:
src<<link("http://pt-br.naruto.wikia.com/wiki/Liberação_de_Terra:_Caixão_de_Pedra_Basiliar")


Expected Results:
Working link

Actual Results:
Link turns out broken:
https://naruto.fandom.com/pt-br/wiki/ Libera%C3%BFffffc3%C3%BFffffa7%C3%BFffffc3%C3%BFffffa3o_de_T erra:_Caix%C3%83%C2%A3o_de_Pedra_Basiliar

Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
In other user accounts? Yes
On other computers? Yes

When does the problem NOT occur? Never

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.) Before unicode update

Workarounds:
Use url shorteners
Lummox JR resolved issue with message:
Unicode characters in URLs were mangled in link().