![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Unix screen cmd effecting Vi editor | geephei | Shell Programming and Scripting | 1 | 02-22-2008 01:09 AM |
| how to make VI editor show colors in Unix | whatisthis | Shell Programming and Scripting | 7 | 05-26-2006 10:57 PM |
| set EDITOR=vi -> default editor not setting for cron tab | aarora_98 | Shell Programming and Scripting | 2 | 12-12-2005 07:53 AM |
| Vi Editor | juxtaman | UNIX for Advanced & Expert Users | 4 | 09-25-2002 08:40 PM |
| vi editor | sskb | UNIX for Dummies Questions & Answers | 9 | 12-06-2001 01:09 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Unix vi editor
Dear All,
Is there a way to handle special french, spanish character is vi editor (Sun Solaris 8). Foll. is a label in notepad (windows), Cliquez ici pour revenir Ã_ la recherche de l'hôtel this label is stored in a text file, when i tranfer this file to unix using ftp (tried both ansi & bin mode), the label gets converted to Cliquez ici pour revenir \205 la recherche de l'h\223tel I use this label to insert into my table. As a result of the special characters my insert clause fails. Is there any settings i need to do so that i can handle these characters. Thanks in advance. Regards, Lloyd |
| Forum Sponsor | ||
|
|
|
|||
|
maybe somethign like export TERM=VT350 could makes it possible that the way that the system knows how to send non default text to your telnet session.
Never tried it for that myself mostly used it for wrong layout of screens in telnet. |
|
|||
|
character conversion
Lloyd,
Have you tried iconv? You can convert character sets prior to ftping them. Also, I use vim in a graphical terminal. I can change the keyboard on the fly to change from English, French and German keyboards. (I'm not sure this would work from a console terminal with vi.) -hope this helps |
|
|||
|
Hi,
Had two idees here, - You could try putty witch is a telnet/terminal/schel program free to all. It supports al different types of terminal connections - You could also try to connect to your system trough an X-windows program like exceed. In both cases you will be able to set the window front. you can download putty: http://www.chiark.greenend.org.uk/~s...y/download.htm |
|||
| Google UNIX.COM |