[color=black]Hey Everyone,[/color]
[color=black] [/color]
[color=black]This is a general question regarding a behavior we are experiencing with our VFE’s in teamsite. We are using TS 6.5 SP2 in one environment and SP1 in another and we seem to experience the same issue. [/color]
[color=black]When the user enters information in the VFE, it is being placed in the DCR, but it seems like certain spaces (i.e. after links, etc’) are not interpreted as spaces rather as \302\240 which in turn is displayed on the page as Â. The weird thing is that our generated page, which contains the problematic characters, \302\240, gets deployed to both a web server and an app server. The web server view is fine, and the spaces come out as expected. It is in the app server view that we see  instead of spaces. [/color]
Now, it seems like the junk characters are already in the DCR, so we need to get rid of them at that level. We currently have a regex to do that, but I am not happy about this solution. Has anyone else experienced this issue, where VFE’s introduce junk characters into the DCR’s?
I have looked on similar postings and all our encoding for the VFE are utf-8. We have also tried to solve this on the app server side by imposing utf-8 encoding in the app server via jsp directives, but that does not seem to help because the characters are already embedded in the file.
Any ideas?
Thanks,
Ido