GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
B2G(1) User Contributed Perl Documentation B2G(1)

b2g.pl - Traditional to Simplified Chinese converter

b2g.pl [ -p ] [ -u ] [ inputfile ...] > outputfile

    % b2g.pl -p < big5.txt > gbk.txt
    % b2g.pl -pu < trad.txt > simp.txt

The b2g.pl utility reads files sequentially, converts them from Traditional to Simplified Chinese, then writes them to the standard output. The inputfile arguments are processed in command-line order. If inputfile is a single dash ("-") or absent, this program reads from the standard input.

The "-p" switch enables rudimentary phrase-oriented substition via a small built-in lexicon.

The "-u" switch specifies that both the input and output streams should be UTF-8 encoded. If not specified, the input stream is assumed to be in Big5, and the output will be encoded in GBK.

In pure-perl implementations (pre-5.8 perl or without a C compiler), "-p" and "-u" cannot be used together.

g2b.pl, Encode::HanConvert

Currently maintained by Kuang-che Wu <kcwu@csie.org>. Orignal author: Audrey Tang <cpan@audreyt.org>

Copyright 2002, 2003, 2004 by Audrey Tang <cpan@audreyt.org>. Copyright 2006 by Kuang-che Wu <kcwu@csie.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>

2009-01-26 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.