Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fqterm(1) [debian man page]

FQTERM(1)																 FQTERM(1)

NAME
fqterm - BBS client for X Window System written in Qt SYNOPSIS
fqterm DESCRIPTION
This manual page documents briefly the fqterm command. This manual page was written for the Debian distribution because the original program does not have a manual page. FQTerm is one of the most widely used BBS client in China, it supports telnet/ssh1/ssh2 protocols and can process ANSI control sequences. It can be used to login BBS sites or *NIX hosts. Almost all the BBSes in Greater China Region are in BIG5 or GBK encoding. So FQTerm only support these two encodings and ASCII. FQTerm is writtern in QT4. Homepage: http://code.google.com/p/fqterm BUGS
FQTerm is designed for Chinese BBS, so it will startup with a simplified Chinese interface (even your locale is not in zh_CN). You can switch it to a English interface by following key sequence "Alt+V,l,e". You can also close fqterm, then open $HOME/.fqterm/fqterm.cfg, change the "language=zh_CN" line to "language=en_US". You can find more information in http://code.google.com/p/fqterm/issues/detail?id=196 SEE ALSO
qterm(1), pcmanx(1), telnet(1), ssh(1) 2008-10-13 FQTERM(1)

Check Out this Related Man Page

Encode::CN(3pm) 					 Perl Programmers Reference Guide					   Encode::CN(3pm)

NAME
Encode::CN - China-based Chinese Encodings SYNOPSIS
use Encode qw/encode decode/; $euc_cn = encode("euc-cn", $utf8); # loads Encode::CN implicitly $utf8 = decode("euc-cn", $euc_cn); # ditto DESCRIPTION
This module implements China-based Chinese charset encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- euc-cn /euc.*cn$/i EUC (Extended Unix Character) /cn.*euc$/i /GB[-_ ]?2312(?:D.*$|$)/i (see below) gb2312-raw The raw (low-bit) GB2312 character map gb12345-raw Traditional chinese counterpart to GB2312 (raw) iso-ir-165 GB2312 + GB6345 + GB8565 + additions MacChineseSimp GB2312 + Apple Additions cp936 Code Page 936, also known as GBK (Extended GuoBiao) hz 7-bit escaped GB2312 encoding -------------------------------------------------------------------- To find how to use this module in detail, see Encode. NOTES
Due to size concerns, "GB 18030" (an extension to "GBK") is distributed separately on CPAN, under the name Encode::HanExtra. That module also contains extra Taiwan-based encodings. BUGS
When you see "charset=gb2312" on mails and web pages, they really mean "euc-cn" encodings. To fix that, "gb2312" is aliased to "euc-cn". Use "gb2312-raw" when you really mean it. The ASCII region (0x00-0x7f) is preserved for all encodings, even though this conflicts with mappings by the Unicode Consortium. SEE ALSO
Encode perl v5.18.2 2013-11-04 Encode::CN(3pm)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Input Locale

Hi Guys, Any ideas on how to install the zh_CN (Simplified Chinese) input locale for AIX5.2 ? Can't seem to find it any where. S. (2 Replies)
Discussion started by: stumpy
2 Replies

2. Post Here to Contact Site Administrators and Moderators

note to google!!!

dear google, i knew somewhat about the remote part on the telnet issue but refrained from using the term incase i confused epic.admin even more than I was worried about.. i would like to know if this was a seious issue with you since a couple of people have been sited for wrong information... in... (2 Replies)
Discussion started by: moxxx68
2 Replies

3. UNIX for Advanced & Expert Users

the stream edditor

:D i have searched through several sites on google for a match up for sed that would go indepth into the workings of this interactive edditor.. I use it every day and it is the edditor of my choice so i know a few tricks but would very much like to get into the more complex uses of sed.. all the... (2 Replies)
Discussion started by: moxxx68
2 Replies

4. UNIX for Dummies Questions & Answers

./ Why?

Searched forums and google with no luck. I simply want to know what ./ does when placed in front of a command. Why and when is it needed? Thanks. (7 Replies)
Discussion started by: forbin24
7 Replies

5. What is on Your Mind?

Do you use unix often?

Hello,everyone.I"m from China and a newbie to unix. I'm glad to know you and now I have installed the linux system.But you know,in China,most of people are using Windows , to some extent , some people who use linux are learning computer science or other something . And so do I,I seldom use the... (2 Replies)
Discussion started by: wangling219
2 Replies

6. Programming

How to program a telnet client?

Hi, Experts: I have programmed a simple telnet client in sco unix 5.0.5, the client has passed throught the initial option negotiation, but I can't receive login prompt from the server. please help me. (8 Replies)
Discussion started by: thinker130
8 Replies

7. Solaris

disable telnet on the startup

Hi All, I want to disable telnet on the startup of solaris 8-10 but still wants for a standby purposes. In case I need to troubleshoot ssh, I can connect thru telnet. Most solution on the internet is to permanently removed it. Best Regards, itik (5 Replies)
Discussion started by: itik
5 Replies

8. UNIX for Dummies Questions & Answers

Bash script to extract spf records

Hello I am trying to generate a script to run on worldwide firewalls. I need the spf block for large sites like google, etc so I can essentially whitelist google sites for users. (Google here is just an example...) Right now I am just testing Bash oneliners to see how I can isolate the... (1 Reply)
Discussion started by: mbubb
1 Replies

9. UNIX for Dummies Questions & Answers

Unix and Linux Network Programming

I want to develop a hybrid IM application which will consist of a chat and an offline messaging (BBS) part. Server must support Multiple connection (concurrent) Arguments should not be hard coded (code will be checked at different machines) No input at the command line Must run in the... (3 Replies)
Discussion started by: never mind
3 Replies

10. Shell Programming and Scripting

Help with url filtering

Hi, Here's my input file: http://google.com/1.exe http://google.com/2.exe http://google.com/3.exe http://rediff.jp/sample.zip http://yahoo.com/1.exe And here's what my output file should ideally look like: http://google.com http://rediff.jp/sample.zip http://yahoo.com/1.exe (9 Replies)
Discussion started by: r4v3n
9 Replies

11. Shell Programming and Scripting

Bash/awk and for loop to create a template

Source File: google.cz http://czechrepublic.google.com/ http://czechrepublic.google.cz http://czechrepublic.google.com/ http://brno.google.cz http://brno.google.com/ Fail Code root@arisvm ~/g] $ cat trya rm -f ss for i in a.txt do #b=`cat $i|awk '{print $1}'` #c=`cat $i|awk '{print... (4 Replies)
Discussion started by: invinzin21
4 Replies

12. UNIX for Beginners Questions & Answers

Stty raw mode

Hi, I'm writing a BBS terminal program. And have hit a major roadblock. My terminal works fine for every BBS out there, except Mystic BBSes. I've narrowed down the problem to the usage of the stty() command. The problem is so: I cannot use the arrow keys to select certain things on Mystic... (4 Replies)
Discussion started by: ignatius
4 Replies

13. UNIX for Beginners Questions & Answers

Lower ASCII characters.

Hi, I'm writing a BBS telnet program. I'm having issues with it not displaying lower ASCII characters. For example, instead of displaying the "smiley face" character (Ctrl-B), it displays ^B. Is this because i'm using Ncurses? If so, is there any way around this? Thanks. (3 Replies)
Discussion started by: ignatius
3 Replies