Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: BridgeIt 1.0.2
-
Fix Version/s: BridgeIt 1.0.3
-
Component/s: Containers
-
Labels:None
-
Environment:BridgeIt, non-ASCII
Description
If a contact is selected and it is either the name of a company or contains non-ASCII characters, the name will not be returned correctly.
If a metal band is encoded as "M%C3%B6tley%20Cr%C3%BCe", unescape() in JavaScript is not sufficient for decoding. This results in individual characters for each UTF multi-character sequence.
decodeURIComponent() is sufficient, however.