Parent Directory
|
Revision Log
|
Patch
| Revision 1.89 by sysadm, Sat Oct 18 05:55:55 2025 UTC | Revision 1.90 by sysadm, Sat Oct 18 06:13:16 2025 UTC | |
|---|---|---|
| # | Line 300 int bbs_charset_select() | Line 300 int bbs_charset_select() |
| 300 | return 0; | return 0; |
| 301 | case 'g': | case 'g': |
| 302 | case 'G': | case 'G': |
| 303 | if (io_conv_init("GBK") < 0) | if (io_conv_init("GBK////TRANSLIT") < 0) |
| 304 | { | { |
| 305 | log_error("io_conv_init(%s) error\n", "GBK"); | log_error("io_conv_init(%s) error\n", "GBK////TRANSLIT"); |
| 306 | return -1; | return -1; |
| 307 | } | } |
| 308 | return 0; | return 0; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |