-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.9, 3.3.0
-
Fix Version/s: 3.2.10-RC1, 3.3.1-RC1
-
Component/s: BBCode Engine
-
Labels:
-
Environment:Present on; https://www.phpbb.com/community
My forum; https://controls.fail/ PHP version: 7.2.29, Database server: MySQL(i) 10.2.25-MariaDB-log, Firefox 74
https://www.phpbb.com/community/viewtopic.php?f=661&t=2547346&p=15469831#p15469831
Inserting bbcode for URL results in extra characters in resulting link. This bbcode;
[url=https://www.citusdata.com/blog/2019/05/30/introducing-pg-auto-failover]this nice[/url]
Results in this URL;
https://www.citusdata.com/blog/2019/05/30/introducing-pg-auto-failover%EF%BB%BF
A little searching suggests that it is exposing the Unicode character U+FEFF is the byte order mark.