Gossamer Forum
Home : Products : Links 2.0 : Discussions :

more spec.character needed...

Quote Reply
more spec.character needed...
Hi,
Can you help inserting more special characters into these fields, as of now two characters: & @ working perfectly, what I used from previous topic...
here is it:

'^[\w\d/_-]+$'],

to

'^[\w\d,\&\'\@/_-]+$'],
................................
my $chars = quotemeta ("/_-");

to

my $chrs = quotemeta (",\&\'\@/_-");
..........................................
numbers, /, _ and -.");

to

numbers, \,, \&, \', \@, _, / and -.");

Quote Reply
Re: more spec.character needed... In reply to
What characters do you want to add?

One suggestion is to use the NON-ENGLISH MOD (listed in the Resources section of this Site) that allows MANY different special and accented characters in CATEGORY names that are printed in CATEGORY web pages.

Regards,

Eliot Lee