Non english letters support in node titles
bilgehan - March 23, 2007 - 22:50
| Project: | Liquid Wiki Engine Project |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi, first of all thank you for developing this module.
In my site I'm using different languages which have extra letters with diactric marks, such as ñ in spanish. When I create a node tltle for example as "españa", then I can"t create another as "espana" because Liquid treats both of them as the same as "espana".
There are lots of languages with extra letters so to be able to use Liquid with these langueges, it is essential this support.
Thanks in advance for your help

#1
Have you considered using the localization module to supplement a multi-language installation? Not sure if you're already using that or some other module. Sorry if you already are.
#2
Yes I am using the locale and i18n modules. The problem is though about the Liquid module.
#3
I wonder if this is related. http://drupal.org/node/119876
#4
(No, problem is not related)
I haven't had the time to research this entirely, but it seams to be a problem with the Drupal Path module. If you create an URL alias from /españa to /node/10 then browsing to /espana will also show /node/10. Since Liquid is usualy used in conjuncture with the Path module the problem propagates through.
I havent had the time to go through the path module and core code to check what causes this connection so I cant say if there is an easy fix or if this should be reported as a bug. I'll get back to you about this later.
// Soren