We have adapted an old website to use semantic URLs and - for a number of reasons - are unable to use a / as a seperator. Instead, we are using | as our seperator.
For example:
www.example.com/page|sub-page1|sub-sub-page2
Everything is working fine with only one small problem. Google Chrome and IE are displaying the URL as:
www.example.com/page%7Csub-page1%7Csub-sub-page2
We are using | to encode our | seperator but Chrome and IE are still substituting with %7C.
Firefox and Safari display the URL correctly!