-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.4
-
Component/s: None
-
Environment:
IE8, Firefox 3.6
If attaching an image file that it's filename contains specific characters to Confluence page, then it's not displayed as image correctly.
The cause is that image wiki markup character '!' is escaped with backslash. Please see my attached screenshots.
For instance:
| Image filename | Wiki Markup | After saving page | Result |
|---|---|---|---|
| rs1.png | !rs1.png|border=1! | '!' is not escaped. | |
| rs①.png | !rs①.png|border=1! | '!' is escpaed. | |
'①' means U+2460 character code, which is 'Circled Digit One'.
I hope this bug will be fixed. However first I want to know which unicode character is escaped with backslash after saving page.
By solving its mechanism, I can understand unavailable characters to image filename and provide Japanese users it as the limitation.
- incorporates
-
CONFSERVER-6113 !filename.ext! is converted to \filename.ext\!
-
- Closed
-
-
CONFSERVER-21026 link to attachment with @ in filename is broken
-
- Closed
-