Closed (fixed)
Project:
Pathauto
Version:
4.5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Anonymous (not verified)
Created:
4 Apr 2005 at 03:35 UTC
Updated:
30 Apr 2005 at 23:58 UTC
Hi!
In Hungarian we use special characters, like öüóőúűéáí. Is it possible to convert these chars to normal, with removing the accents, so they won't be replaced with the separator character?
Comments
Comment #1
mikeryanEasier said than done - see http://drupal.org/node/14698 for some discussion of the issues. Personally, I don't see a reason to convert the characters, I'd like to leave them as-is. I just need to figure out a regular expression that recognizes accented letters as alphanumeric characters. I'm not really familier with character set issues, but if someone with a little more understanding of them can offer a replacement for
that respects accented letters I'd appreciate it...
Comment #2
jdmquin commentedI agree we should leave them, but untill a better solution comes go to http://drupal.org/node/20150 for a change to repace them with their ASCII counterparts.
Thanks
JJ
Comment #3
mikeryanCommitted to cvs.
Comment #4
mikeryan