I need to figure out if this is acceptable:
The substitution works. However, when loading the file in a real text editor or browser, there is an extra character and I am having no success finding out why. The replacement REG comes in as:
The  is consistent throughout the file for any character I am doing a glosub for. Anyone know why and will it affect data feeds such as Google Shopping?
Thanks,
Scott
Code:
<mvt:assign name="l.settings:feed_description" value="glosub( l.settings:feed_description, '®', '®' )" />
Code:
®
Thanks,
Scott
Comment