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
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

pyutaros - March 24, 2007 - 01:50

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

bilgehan - March 24, 2007 - 21:43

Yes I am using the locale and i18n modules. The problem is though about the Liquid module.

#3

pyutaros - March 26, 2007 - 17:56

I wonder if this is related. http://drupal.org/node/119876

#4

sorenp - April 23, 2007 - 09:41

(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

 
 

Drupal is a registered trademark of Dries Buytaert.