Show
Ignore:
Timestamp:
12/28/06 14:13:19 (23 months ago)
Author:
mbonetti
Message:

Experimental: UTF-8 category names

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/admin/channels.php

    r1629 r1644  
    547547                        list($retcde, $retmsg) = add_channel($u__, $fid, $t__, $d__); 
    548548                        if ($retcde && count($c__)) { 
    549                             __exp__submitTag($retcde,$c__,"'channel'"); 
     549                            __exp__submitTag($retcde,utf_encode($c__),"'channel'"); 
    550550                        } 
    551551                        echo ($retcde<0 ?$retmsg:" OK")."</p></li>\n"; 
     
    642642 
    643643        rss_query($sql); 
    644         __exp__submitTag($cid,$tags,"'channel'"); 
     644        __exp__submitTag($cid,utf8_decode($tags),"'channel'"); 
    645645        rss_invalidate_cache(); 
    646646        $ret__ = CST_ADMIN_DOMAIN_CHANNEL;