Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Special characters in title (play button)


We are having issues where titles are not displaying special characters such as copyright (©) and trademark (™). They are showing as other garbled characters. Do you support these?

3 Community Answers

developer

Best Answer 

any special characters should be in utf-8, url encode or unicode...


unicode (use in HTML):
copyright = ©
trademark = ™

urlencode (use in uri´s):
copyright = %C2%A9
trademark = %E2%84%A2


utf-8:
copyright = ©
trademark = ™



cheers

View in conversation

Ethan Feldman

JW Player Support Agent  
0 rated :

Not sure…do you have a link?

developer

Best Answer  User  
0 rated :

any special characters should be in utf-8, url encode or unicode...


unicode (use in HTML):
copyright = ©
trademark = ™

urlencode (use in uri´s):
copyright = %C2%A9
trademark = %E2%84%A2


utf-8:
copyright = ©
trademark = ™



cheers

Ethan Feldman

JW Player Support Agent  
0 rated :

True.

This question has received the maximum number of answers.