Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Does iw.cfg can use multi-byte
System
How to use multi-byte at iw.cfg ?
For example,
CSS1 is ok.
But CSS2 is not ok.
[iwproxy_remap]
CSS1=/main/test
CSS2=/main/´ú¸Õ
global_default_map=/
[CSS1]
_docroot=/
/about/=/
[CSS2]
_docroot=/
/css/=/
Find more posts tagged with
Comments
Adam Stoller
Interesting question - having never worked in a MB environment - I've never personally run into this situation. I suggest you contact Interwoven Support to find out if there is something that can be set to enable/enforce this - and if not, to open up a case for you to track it down with our Engineers.
--fish
(Interwoven Senior Technical Consultant)
Migrateduser
Try putting the URL-encdoded version of the character in iw.cfg. That is, take each byte, convert it to two hex digits, and put a '%' at the front.