Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am updating the french xliff file to automatically change the TM symbol to MC, and the reg symbol to MD when published. I cannot seem to find any symbols that are already created in a superscript MC or MD. I have not seen any way to modify the text in the xliff file.
Solved! Go to Solution.
Worked through the issue with Tim P @ptc support. The xlff file allows for text to swapped when you translate. The issue with the xlff file is that you do not get to add any sort of styling to the text. So we ended up making the changes in the stylesheet to test for tm and procedure to xml lang:fr. This allows you to style the MC and MD as required. Thanks Tim.
Bryon
I did find this, but I do not know how to use unicode in the xliff file.
https://stackoverflow.com/questions/14960218/how-can-i-add-the-french-trademark-symbol-md
The MC and MD symbols do appear as single superscript symbols in Unicode, though not necessarily in all fonts, as 1F16A and 1F16B respectively:
🅪
(in English TM trade mark sign)🅫
(in English R registered sign)These symbols are generally used in Canadian French.
Sources:
Worked through the issue with Tim P @ptc support. The xlff file allows for text to swapped when you translate. The issue with the xlff file is that you do not get to add any sort of styling to the text. So we ended up making the changes in the stylesheet to test for tm and procedure to xml lang:fr. This allows you to style the MC and MD as required. Thanks Tim.
Bryon