Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Problem : add.cgi categories with non-English

Quote Reply
Problem : add.cgi categories with non-English
Hi,

I need some help to view the categories names in add.cgi page in non-English format. Right now they show in English.
I followed the instrection in this page:
http://gossamer-threads.com/perl/forum/showflat.pl?ubb=005341:Forum3

The mod works fine by showing the categories in non-English, but when I add new URL and make update all the new URL does not listed in the link's list.. something is missing here. I used the following code in db_utils.pl

foreach $field (@fields)
$kategory{$field} &kategorie_title_mb($field);
$values{$field} ($output "$kategory{$field}\n") ($output "$kategory{$field}");


I didn't changed subroutine name "kategorie_title_mb" to "kategorie_title_mb1" because I don't know where is "BOTH" call statement and subroutine. I only see one of them in the above code, I don't know where is the other one!

at the end I would like to repeat what that person say "Please make LINKS2 work perfectly for Non-english". this is a great script, I wish Alex put a little effort to make it work with non-English characters. Thanks