XML Output contains invalid character (£)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
When I open my XML in notepad++ it contains the following character instead of a GBP sign (£) :
When I place a Browse tool at the same point as the Output tool is appears as though the symbol should be outputting correctly:
My Output tool is currently set as follows:
Is there something I need to change in order for my Output to contain the £ sign instead of this invalid character? Or is there a tool/formula I can use to stop this? I thought potentially REGEX REPLACE but the £ sign appears as expected before it is output.
Solved! Go to Solution.
- Labels:
- Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is an issue of character encoding. To resolve this, you'll need to change the "Code Page" setting in the tool configuration below. Try Unicode UTF-8.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Unicode UTF-8 done the trick! Thanks Charlie.
