diff options
Diffstat (limited to 'staticweb/man.pl')
-rwxr-xr-x | staticweb/man.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/staticweb/man.pl b/staticweb/man.pl index 33e9c037..94e94640 100755 --- a/staticweb/man.pl +++ b/staticweb/man.pl @@ -51,12 +51,12 @@ sub main }); if( $rh->{gb} = $isgb ){ $rh->{encoding} = 'gb2312'; - $rh->{lang} = 'zh_CN'; + $rh->{lang} = 'zh-CN'; $rh->{charset} = 'gb2312'; } else{ $rh->{encoding} = 'Big5'; - $rh->{lang} = 'zh_TW'; + $rh->{lang} = 'zh-TW'; $rh->{charset} = 'big5'; } |