Well, that's my assumption. Normally, filenames of images uploaded with the image module get uft-8 encoded. It seems, that filenames of images uploaded Image Publishing, does NOT get utf-8 encoded. As a result they fails to show correctly – please see the attached screenshot.
I've been uploading images with Remote Galley (preferred) and the Windows XP Wizard (not so sweet). Drupal used:. 4.7.3
Best regards
Bjarne
| Comment | File | Size | Author |
|---|---|---|---|
| gallery-made-with-image-publishing-and-utf8.JPG | 143.51 KB | netbjarne |
Comments
Comment #1
egfrith commentedI've just taken over maintaining this module, and am clearing out the issue queue.
Is this bug still occuring?
I'm not actively supporting the 4.7.x version, so I'd be especially interested if you could test the 5.x version, but I realise you may have lost interest by now!
Comment #2
egfrith commentedI've confirmed that this problem still occurs in drupal 5 by trying to upload files with utf8 characters in them. In order to get upload of files with utf8 characters working from image.module itself, the transliteration module needs to be installed.
However, despite doing this, with gallery remote 1.5.1-b42, the image looks as though it is uploading, but when it has uploaded, there is no image and the characters in the title appear to be HTML encoded. This is somewhat different from the problem posted here. With f-spot 0.4.3.1, "The file was received, but could not be processed or added to the album" and no image appears in drupal.
Comment #3
egfrith commentedJust looked at the Gallery Remote Protocol:
This explains the HTML code behaviour. It also suggests that tackling #205535: Gallery Remote: Module incompatible with latest GR protocol should be done before returning to this bug.
Comment #4
egfrith commentedI've marked #275738: problems with non standard characters as a duplicate of this bug.
Comment #5
egfrith commentedIf anyone is testing this, it would be good if you could apply the patch at #323160: Use forms api to create image node to see if it makes a difference.
Comment #6
egfrith commentedComment #7
haggai_e commentedI don't know if its related to this bug, but I've also noticed when using Gallery Remote with this module that album names do not get encoded correctly. UTF-8 album names on the site are shown in gibrish in Gallery Remote, and new albums created in Gallery Remote are shown as HTML entities on the site.
Comment #8
egfrith commentedThanks for adding the information about album names. I think that problems with album and image names are related. I'm working up to tackling #205535: Gallery Remote: Module incompatible with latest GR protocol in the hope that this will fix both problems.
Comment #9
egfrith commentedThere is now a patch at comment 4 of #205535: Gallery Remote: Module incompatible with latest GR protocol, which may fix this bug. Any feedback would be appreciated!
Comment #10
egfrith commentedThis seems to have been fixed for me by the patch mentioned above in 6.x, so I'm moving the issue to 6.x and marking it as fixed. I'm not planning to apply the above patch to 5.x, but if someone reworks it I would take a look at it.