![]() |
|
character translation - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: character translation (/thread-2688.html) |
character translation - sti51 - 2008-04-16 hi, character translation - sti51 - 2008-04-17 is there anyone can help me? character translation - acrylian - 2008-04-17 Zenphoto does not have a .html suffix to its albums. Most servers I know simply don't work with these characters. If you upload album folders via ftp the easiest thing would be to rename them on your local computer before uploading. There are dozens of tools that do that. Try www.versiontracker.com for example to find one. character translation - sti51 - 2008-04-17 i think so i couldn't explain my problem for example; character translation - sbillard - 2008-04-17 Then you will have to name the album sehirler.html in the first place. There is a differenct between the file names of albums and images and their displayed names. You can use any characters you like in the titles, but the file names must conform to file server and WEB browser constraints. In your case, the accented characters are converted into their escaped equivalents by the PHP function that makes WEB safe strings out of the filename. see http://us.php.net/manual/en/function.urlencode.php for a description. Apparently your PHP believes that these accented characters are not alphanumeric. character translation - sti51 - 2008-04-17 i'm sorry i wrote wrong. %FE to s that's my desire character translation - sbillard - 2008-04-17 You will have to make that change yourself. Do it through FTP, the same way you uploaded the folder. There is not much we can do for you within Zenphoto as the PHP runtime is making the change from ÅŸ to %FE. As for your index page, simply use the administrator interface to give your album a Title. There you can put whatever characters your server supports. |