|
Guides All Guides and HOWTO's. |
|
Thread Tools | Display Modes |
|
||||
HOWTO: Encoding // Pure Terminal // Virtual Terminal
Purpose of this HOWTO is to show how to setup properly Pure [ISO] and Virtual [UTF] Terminals with syscons + xterm + urxvt + screen with English Language for manuals, commands and so, but withcorrectly displaing localized characters.
This example is based on polish language/characters, but may also be used with any other language, just change pl_PL.ISO8895-2 to You proper encoding. Result of properly set localization [these characters are displayed and typed correctly]: ę ó ą ś ł ż ź ć ńWe have to face little conflict, ISO under Pure Terminal and UTF8 under Virtual Terminal. PURE TERMINAL // en_US.ISO-8859-1 Pure text terminal localization is very clean and easy:PURE TERMINAL + SCREEN // en_US.ISO-8859-1 Also screen under pure terminal displays encodings fine but needs also this setting:VIRTUAL TERMINAL [X11] +/- SCREEN // en_US.UTF-8 EDIT: I gorgot to add one of the key files and realized that NOW keyboard entry in /etc/X11/xorg.conf must be: Code:
Section "InputDevice" Identifier ... Driver ... ... Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection Of course You will need to change all export words to setenv and also remove '=' if You use csh/tcsh shell, but {t}csh users know that
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd Last edited by vermaden; 11th September 2012 at 08:13 AM. |
|
|||
I'm using 8.1RC1 and terminal speed returned by stty is always 9600 baud.
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Default terminal color | disappearedng | FreeBSD General | 5 | 21st February 2012 01:28 AM |
Favorite Terminal Emulator | JMJ_coder | General software and network | 23 | 5th November 2008 06:30 PM |
Terminal display behavior | 18Googol2 | FreeBSD General | 8 | 26th September 2008 02:05 PM |
terminal | darken | FreeBSD General | 8 | 18th July 2008 07:12 PM |
terminal software for freebsd | rex | FreeBSD General | 21 | 12th May 2008 07:40 AM |