![]() |
|
A rapid solution to show accents - 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: A rapid solution to show accents (/thread-1676.html) |
A rapid solution to show accents - wakielo - 2007-09-28 Hello I've been looking for a solution to show in our gallery script the accents and I didn't found any solution. Every one just write that has this problem and it doesnt know anything else. So I try to make a simple remedy to show them. In my case I simply modify the accents for Character encodeds in HTML. This remedy is a bit poor but it works. I hope in future versions of our Zenphoto we doesn't need to do this. A would like to collaborate with the translation of Zenphoto at Spanish. If the programmers want to do Zenphoto in multiple languages. To the spanish version they already has a collaborator, me. Be happy. A rapid solution to show accents - aitf311 - 2007-09-28 Language support is coming soon. I believe it in the roadmap for version 1.2. I am sure we could use your help translating after the foundation is built! A rapid solution to show accents - wakielo - 2007-09-28 "For example á for á é for é ... and so on, and so forth. And ñ for ñ" ¡Hey! This is redudant sorry. I want to say that: For example á for &_aacute; é for &_eacute; ... and so on, and so forth. And ñ for &_ntilde; Just eliminate the space between "&" and "the other letter". Like you see the post of this forum accept HTML A rapid solution to show accents - acrylian - 2007-09-28 wakielo: You may know that you can save your html/php theme files with different text encodings? You can set this in your text editor. This has an affect on how special characters are shown in a browser, too, even if UTF-8, which is used internally I believe, is enabled in the zp-config. |