Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[issue] bad character encoding in category URL [spanish]
I’ve tryied to search for an answer but couldn’t find it.
I’m using this:
<code><txp:category_list break=“li” wraptag=“ul” parent=“books” /></code>
<br />
to show a list of categories and works well, but each item on the list points to:
http://site-url/categoría/name-of-category/
<br />
as you can see there’s an accent in the word “categoría” that is not parsed or transformed when you see the URL:
http://site-url/categor%c3%ada/name-of-category/
Any Help on this?
Thx
Last edited by duchamp (2005-12-02 14:47:51)
Offline
Re: [issue] bad character encoding in category URL [spanish]
Well, I modified the table txp_lang (ID 78) into the Database and that solved the problem.
Changing categoría for categoria.
Maybe this could be modified for the next release …
Offline
Re: [issue] bad character encoding in category URL [spanish]
It’s not a bug, it’s the proper (per spec) encoding of the localized terms for category.
There’s a feature request around for using dirified, localized terms, that only use ascii and don’t change encoding. But that’s a) a feature request and b) not possible to do without breaking urls and plugins. So I am not sure when and how we’ll do this.
Offline
Re: [issue] bad character encoding in category URL [spanish]
Thank’s sencer.
I guess that it’s important to maintain the URLs clean and understables (in any language) and if there’s no feature that correct this, it could be temporary solved without using accents in some specific places (into the lang table).
I had the problem just with that word (categoría), not sure if there’s other ones.
Anyway, I’m loosing a little bit my english and maybe I didn’t understand something in your reply :-(
Regards
Offline