Question
Inserting Special Characters From JS
I'm writing a script to add credit and caption information to photographs and would like to support nested styles in the credit so that the provider and source could be formatted differently. What I am currently doing is this:
Credit = Provider + " / " + Source;
I'd like to include the special character "End Nested Style Here" after the Provider and Source but haven't been able to find the code that would be used to represent that character in Javascript. Does anybody know where to look to find this information?
Many thanks!
Credit = Provider + " / " + Source;
I'd like to include the special character "End Nested Style Here" after the Provider and Source but haven't been able to find the code that would be used to represent that character in Javascript. Does anybody know where to look to find this information?
Many thanks!
