Transliteration Support

Stoke - October 8, 2008 - 11:11
Project:album photos
Version:6.x-2.5-beta2
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

eastcn - October 8, 2008 - 16:03

Please disable photos.module rename the function. If you use swfupload upload, photos_swfu.module document needs to be revised.

AttachmentSize
photos_swfu-module-1.4.txt 10.31 KB
photos_swfu-module-2.5.txt 10.31 KB

#2

Stoke - October 9, 2008 - 14:31
Status:active» fixed

As I see, in beta3 this issue is fixed. Thanks :)

#3

Berdir - October 9, 2008 - 14:46

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

Anonymous (not verified) - October 23, 2008 - 14:52
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.