when i upload an image file that has an ampersand (&) in the file name, it uploads fine, but the HTML that is generated when i click "embedded image" shows up as just the first part of the URL until the ampersand. e.g.
CODE
<img src="http://nameofsite.com/bits" />
instead of <img src="http://nameofsite.com/bits&pieces.gif" />


very trivial, i know, but newbies might not notice this and experience errors with their image. maybe something to fix in the next MT version?