Transliteration Support
| Project: | album photos |
| Version: | 6.x-2.5-beta2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Some of my files are not shown properly, because they contain non-ascii letters like ä ö ü ß.
There is a module that solves that problem, http://drupal.org/project/transliteration.
Unfortunately, it only works with upload module, but the readme says there is a way to integrate it into other modules:
-----------------
Module developers who want to make use of transliteration to clean input
strings may use code similar to this:
if (module_exists('transliteration')) {
$transliterated = transliteration_get($string);
}
Take a look at transliteration.module for an explanation of additional function
parameters.
----------------
It don't seems to be much work, please integrate that module. Thanks a lot :)

#1
Please disable photos.module rename the function. If you use swfupload upload, photos_swfu.module document needs to be revised.
#2
As I see, in beta3 this issue is fixed. Thanks :)
#3
This has been fixed in versions 6.x-2.5-beta3 and 6.x-1.4-beta2. Please test it and re-active this issue if you still have a problem with it.
Edit: Ok, I was too slow...
#4
Automatically closed -- issue fixed for two weeks with no activity.