Hi:
So I'm not exactly using this for UML -- I am using it to help me to organize a very messy c# project reference structure (multiple projects referencing different copies of the same assembly -- ick)
It's working great, but I would really like to be able to encode backslashes "\" to represent the path. so:
[APath\AnAssembly.dll]
I've tried using \ and \ and %92 and &5c to no avail (just pasting code into the textbox on the web page). Is there a way to get my backslashes in there?
Note: I read the page on inserting unicode, and found the unicode sequence for the backslash, but I can't seem to make it work.
Here is a literal example of what I have tried:
[APath\SubPath]
[APath\SubPath]
do I need to add something to indicate that I am using unicode?