Ubuntu :: Hexadecimal Characters In Evolution And Terminal?

Jun 15, 2010

I have been dredging the internet trying to find the answer to this and frankly, my brain hurts. On some e-mails that show up fine in Windows are showing up with hexadecimal characters in Evolution. I assume that it is because of the encoding because I have downloaded every font in the book, it seems, including the microsoft tty fonts. I only can find how to change the encoding on Evolution and aside from foreign (I'm in US) encodings I just have the unicode 7 & 8 which don't help. I'm thinking there is some sort of proprietary Microsoft encoding that I need.

View 9 Replies


ADVERTISEMENT

Fedora :: Unreadable Characters In Evolution Mail?

Oct 24, 2009

I did install FC 11 without problems. The only thing I don't understand is the following.

Viewing some messages, the character apostrophe'is not displayed.Charset is "iso-8859-1" which is the default in my Evolution as well...

Subject:

=?iso-8859-1?Q?SURCOUF_:_Votre_commande_N=B0__6323352_-_Mise_=E0_disposit?=
=?iso-8859-1?Q?ion_de_facture?=
Date: Fri, 23 Oct 2009 23:14:24 +0200

[code]....

Checking the source of the message I can read at some place :

Le Sp=E9cialiste de l=92 Informatique=0A=

what is displayed without apostrophe as =92 is shown as a blank square (not printable character) On the other side I see the following source in same message :

t=E9l=E9charger directement et gratuitement sur le site de l'=E9diteur =0A=

what is displayed with the apostrophe: I don't know why the character apostrophe is sent as =92 This did not happen within FC 10 or the earlier Evolution

View 4 Replies View Related

Ubuntu :: Navigating Folders With Unreadable Characters In Terminal?

Nov 12, 2010

I'm trying to get more acquainted with the terminal but have run into a problem. I have a flash drive that originally had a name that consisted of numbers and letters. After using the flash drive on Windows recently, I saw that its name had changed and now contains special characters (the name is now �NPM=:�N). It poses no problem when navigating through folders graphically, but because I usually have multiple external drives and the first character of the flash drive name is a special character, I have no idea how to 'cd' to the flash drive from the terminal. So the only solution I see is to either type these special characters in the terminal or somehow cycle through all the folders in /media with the keyboard.

View 2 Replies View Related

Ubuntu :: Display Asian Characters In Gnome-terminal?

Dec 31, 2010

I am having issues with displaying Asian characters when using the $ tree command. I have tried changing it via Terminal -> Set character Encoding -> Unicode (UTF-8.) in terminal options.I have also tried changing it to various other Asian encodings as well.Asian characters do display correctly in Pcman, Firefox, Leafpad and Terminal if I open Terminal from Pcman. When I try the command

[code]....

View 1 Replies View Related

Slackware :: Specials Characters Don't Appear And Terminal Have No Colors

Sep 10, 2010

I use slackware64 13.1. In my root account the terminal have colors for folders, files, etc and characters like appear correct.I create a normal account for me, but specials characters don't appear and terminal have no colors.I read in a lot that I need to configure a .bashrc and a .bash_profile but I don't found this files in my root account to get some guide lines.

View 5 Replies View Related

Programming :: Reading A Binary File Which Is In Hexadecimal

Jan 9, 2011

I have a binary file, which I need to process using my C++ application. Only thing I know is first chunk of the file is long, second chunk is int, third chunk is char etc... The binary file actually contains something like below. (which is represented in hex base).

D7 07 00 00 00 00 00 00 37 18 00 00 DE 07 ............ so on.....

I need to procees the file in the following way.

* I know the first data segment in my file is long. So it takes 4 bytes.
* so I need to read the first four bytes. That is D7 07 00 00.
* Then I need to reverse this as 00 00 07 D7.
* Finally I need to get the decimal value of above hexa decimal line. ( 00 00 07 D7)
* i.e. 00 00 07 D7 (in hex) = 7D7 (in hex- after removing leading 0 s) = 2007 (in decimal)

Like wise I need to process the whole file.

View 14 Replies View Related

Software :: Vim To Render Terminal Colouring Using Escape Characters?

Nov 2, 2010

My question is: what option can I set in vim to see the colouring inside the editor as I would get it in my terminal (and switch off any additional syntax highlighting)?

View 1 Replies View Related

Programming :: Graycode To Hexadecimal Converter From Input File?

Aug 25, 2010

Design, debug and test a C program that uses Gray Code for decoding information stored in a binary file. Gray Code G(A)of any value A can be easily produced from unsigned binary B(A) using the expression: G(A) = B(A) ^ ( B(A) >> 1 ) (1) The formula may be used to generate coding tables. For example for 4-bit codes:

Table 1. Coding table

Hex Value Binary Gray

0 0000 0000
1 0001 0001
2 0010 0011

[code]....

If the first option is selected, your program shall prompt the user to enter the file name and open the specified file. In this assignment you can presume that the file size is always limited to 64 bytes. If the file is not found, the program shall display a message: File not found and display the menu, so the user can enter file name correctly or exit the program.

View 3 Replies View Related

Software :: Terminal And Konsole Windows Show Strange Characters

Oct 1, 2009

When I open a terminal or konsole window, output (either STDOUT or STDERR) sometimes contains funny characters instead of something meaningful. Can someone explain how I might correct this situation?

ANALYSIS:
One very repeatable example involves using the manual page command

Code:
man set... man page output ...upstart - event-based init daemon

In my copy of the output, there are several problems in the very first screen. In the synopsis section, there is "{ value | ?value? ..." Replace the '?' with a lower-case-a-under-a-carat character (a-hat).
I suspect the garble character might be apostrophe in real life.

In other places, I see var?/able or how?/ever or trans?/action where the '?' is again a-hat and the '/' represents end of line or newline. I suspect the garble character might be a hyphen in real life.

All of this suggests that there is a conflict between the character stream written to STDOUT by the man command and the character-display settings (is that "code page" or similar?) of the specific terminal or konsole in use.

In specific, I use konsole v1.6.6 from KDE v3.5.10. In general, I'm running Ubuntu Hardy (v8.04.3 LTS).

View 5 Replies View Related

Software :: Terminal Shows Unicode Squares For Control Characters

Dec 27, 2009

My terminal shows unicode squares (the little square with it's 2 byte unicode value inside it), whenever I press a control character while running a program (ex. cat or ping).See this example. Here I show the key's I pressed then turn off echoctl, and repeat the sequence. http://imagebin.ca/img/mXbutJ1.png

the 0003 is when I pressed Ctrl+C, and the 001A is when I pressed ctrl+z.Can anybody tell me why this is or how to turn it off. This is inside a gnome-terminal session, though I don't think it's gnome-terminal.If, inside this exact same bash session I open screen (by typing "screen"), it doesn't do this anymore, and ctrl+c/z/etc is completely quiet.

View 5 Replies View Related

Ubuntu Networking :: When Start Evolution From Terminal - Get Debug

Mar 11, 2011

when i start evolution from terminal i get debug

-(evolution:3869): DEBUG: mailto URL command: evolution %s

-(evolution:3869): DEBUG: mailto URL program: evolution

View 1 Replies View Related

Ubuntu :: Delete All ASCII Characters In File - Leave Chinese Characters Only

Jul 8, 2011

What command could I use in terminal to delete all ASCII characters? That is, delete a-z, A-Z, 0-9, and all punctuation? I have a file containing Chinese characters, and I want to remove everything else and leave just the Chinese.

I can use grep to leave only the lines that have Chinese in them, but this still leaves a lot of non-Chinese stuff on those lines. Does anyone know how I could actually remove everything that isn't Chinese?

View 4 Replies View Related

General :: Does Non-printing Characters Escape Characters Still Needed For PS1 Definition?

Aug 28, 2011

While modifying the definition of my PS1, I saw that "[" and "]" markers should be added to help bash to compute the right display lenght. Many exemples on the web do not use them or even mention them.I searched for a solution to add them automatically, like with sed, but I didn't find any example.Are they still needed and is there a recommandation not to use sed to define PS1?

View 1 Replies View Related

OpenSUSE :: UTF-8 Characters On Vi / Can't Handle Those Characters Properly

Jun 16, 2010

I have my OpenSuse 11.1 box set up with utf-8, however, every time I try to open a file with utf-8 characters with vi it can't handle those characters properly.

View 6 Replies View Related

OpenSUSE :: Version Of Evolution - Running The Evolution Mail System Under Fedora - 15 / KDE

Jul 26, 2011

I've been running the Evolution mail system under Fedora-15/KDE for about a month now, and it has some very serious problems. I just noticed that it is available for SUSE, and figured that since KDE is the principal desktop supported by KDE the SUSE version may be fixed. Before I go through the very tedious process of getting the SUSE version to compile on Fedora, I'd like to know whether anyone has seen these problems with the SUSE version of Evolution:It ignores font control from the KDE Settings->Applications Appearance window, both KDE font control and GTK+ font control, also its own internal font control window.

It has trouble sending messages to an SMTP server, sometimes taking a l-o-n-g time, sometimes timing out. This can be temporarily cured by restarting it It crashes when a filter attempts to refile an outgoing message. It often asks if I want to recover messages that have never been lost. It often locks up receiving mail from a remote POP3 server. I can live with these, except for items 1 and 2, since I have workarounds. If you are fairly sure that you have not seen these problems with the SUSE version of Evolution

View 9 Replies View Related

Fedora :: Error While Fetching Email. Evolution Version: Evolution 2.28.0

Apr 5, 2010

I had configured the evolution to send/recive email. After it had been configured, it could receive emails. Suddendly it can't fetch email anymore. In the inbox of evolution, there were about 200 emails. There are maybe 5K emails in the server, I guessed. I'm not sure whether it's the problem that there's one email in the server too big, so the evolution can not fetch it. The error of evolution is: error while fetching email. Evolution version: Evolution 2.28.0. OS version: Linux xxx2.6.32.9-70.fc12.i686.PAE #1 SMP Wed Mar 3 04:57:21 UTC 2010 i686 i686 i386 GNU/Linux I'm sure my network is fine, I use pop3 to receive email.

nslookup result:
$ nslookup pop3.163.com
Server:221.6.96.178
Address:221.6.96.178#53
Non-authoritative answer:
pop3.163.comcanonical name = pop.163.com.
pop.163.comcanonical name = pop3.163.idns.yeah.net.
Name:pop3.163.idns.yeah.net
Address: 123.125.50.29

View 7 Replies View Related

Ubuntu :: Can't Install Evolution 2.30 (after Removing Evolution 2.32.2)

Apr 1, 2011

i tried to update my evolution from 2.30.? to 2.32.1 usning

ppa
ppa:julenlanda/evolution

Because the exchange plugin didn't work i uninstalled evolution and removed the ppa. Now when i try to install evolution from the software centre i get this: Package dependencies cannot be resolved This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
it asks me if I want to repair the catalog, i say yes.

View 2 Replies View Related

OpenSUSE :: Restoring Evolution 2.32.1.2 Settings Into Evolution 2.30

Feb 20, 2011

I have been using Fedora 14, which has Evolution 2.32.1 but have recently also installed openSUSE 11.3, which has Evolution 2.30.1.2. I would like to make openSUSE my primary distribution, and so I would like to restore my Evolution settings from Fedora, but Evolution complains that the backup file is invalid. I have tried copying the folders in the backup to their appropriate locations in openSUSE with no luck. I have also tried manually copying with instructions for older versions of openSUSE, but with no luck.

An obvious guess at what might be the problem seems to be that I am trying to restore settings from a newer version to an older version? An obvious thing to try would be to upgrade to Evolution 2.32, but Evolution has a long list of dependencies so before jumping into that fun I thought I would ask if anyone else has had similar problems and found a straight-forward solution. I still have access to my emails in Fedora so this is not hugely pressing, and if upgrading to 11.4 will do the trick then I can just wait for that.

View 1 Replies View Related

Ubuntu Installation :: Evolution Mail / Setting Up Evolution E Mail Account / Enter Password?

Jul 22, 2010

I have wiped Windows and am running 10.04 exclusively. 32 bit, when setting up evolution e mail account i dont see where to enter password....where is it? anyone have link with screenshots? i know i can use regular hotmail but want to know how to use default ubuntu programs.

I still can't find a spot for password. options are, login, set preferences and a remember password checkbox but nowhere to enter a password

View 1 Replies View Related

Software :: Evolution Won't Use 'evolution' Directory

Nov 29, 2010

I moved all my files in my home directory to a new computer. This old machine is Ubuntu 9.10 and the new one is Ubuntu 10.10. These files included my original ".evolution" directory. But on the new computer, when I run Evolution, it seems to ignore or not understand this directory, and wants me to set up all new accounts. There is a lot of email saved locally in that ".evolution" directory I need to keep. How can I get this newer version of Evolution to use those old files?

View 14 Replies View Related

Ubuntu :: Evolution - Getting "Invalid Evolution Backup File"

Aug 10, 2011

I have an issue with evolution I use it on two computers. A Eee-Pc 1000h with '11.04' during the week (agenda / mail), and on the weekends a do a back up on a Toshiba Qosmio G20 '10.10' I press import or is it restore and everything is good. Except for today I am getting 'Invalid Evolution backup file' each time. I have tryed purging evolution. Even uninstalling it but to no avail.

View 1 Replies View Related

Ubuntu Networking :: Edit Proxy Settings Using Terminal / Cronjob Using The Terminal?

Jan 25, 2010

How can I edit the system proxy setting using the terminal? Which file contains this settings? I want to edit this automatically using cronjobs, cause from 8-5 I need to use a proxy, but at home I don't need the proxy. How do I fix this?

View 3 Replies View Related

Ubuntu :: Command For "Open A Terminal Window And Run Application In This Terminal ?

Aug 8, 2010

What is the command for "Open a terminal window and run application in this terminal

View 4 Replies View Related

Ubuntu :: Bash Broken, Lost Functionality In Terminal (gnome-terminal)?

Dec 10, 2010

Linux-goers. I did some research on this, but I am still fairly new to Linux. In Ubuntu 10.10 (Maverick), I accidentally overwrote my "/bin/bash" file. Dude, using "sudo" with a small typo can work disasters. Bash is now broken in the Terminal (gnome-terminal). Terminal itself still works fine, technically, but bash is still hosed/broken. Here is what I did to try to fix it: Booted from Ubuntu 10.10 live CD. Mounted my Ubuntu partition and manually copied the good/fresh "bash" file onto my hard drive. Verified copy was successful. Didn't help, as you see. Reinstalled "gnome-terminal" using synaptic package manager. Tried to reinstall bash via synaptic, it failed with error, "E: /var/cache/apt/archives/bash_4.1-2ubuntu4_i386.deb: subprocess new pre-removal script returned error exit status 2"

In Terminal, all basic commands work as far as I can tell. ("ls", "pwd", navigation, etc.) Here are some problems:My "username@computername" does not display in the prompt; only the $ sign. Bash keyboard shortcuts such as uparrow and tab do not work. Instead, each inserts a key code. I can't even move the cursor left/right. Aliases (a function of bash and .bashrc) are broken, of course. My sanity level decreases when I use Terminal now. For what it's worth, even with "sudo" I get a "permission denied" error when trying to run Google Chrome! I read something about a ".bashrc" file being a possible problem, but I don't know how to make it work, or the file's proper locations in Ubuntu 10.10. Is there something I can do with a "make" or "apt-get install" command or something?? Could this simply be a permissions problem? Is the link to "/bin/bash", "/bin/sh", or a ".bashrc" file broken? Guide me, oh Linux gurus.

P.S. I always wondered what exactly bash was and how it was different from the basic terminal. LoL, this is an excellent way to demonstrate the difference, and I WANT IT BACK!

View 9 Replies View Related

Ubuntu :: Can't Turn On Terminal Bell In Gnome-terminal Using Remote Screen Session With Irssi

Nov 6, 2010

I'm using 10.04, and gnome-terminal GNOME Terminal 2.30.2 . I have irssi running on screen session on remote host. And I've been struggling for quite many days to configure it to produce either visual feedback or ring terminal's bell when I receive a private message or one of those that are highlighted.

My compiz settings window in General tab has 'Audible bell' checked.

My GNOME terminal has 'Terminal bell' checked.

I also added 'set bell-style audible' to my ~/.inputrc

And I also tried to manually load pcspkr module into my kernel.

No of the above helped or at least I haven't been able to notice any difference.

I also used some commands for irssi to produce bell sign.

View 2 Replies View Related

OpenSUSE :: Evolution Crashing - Memory Error - "openSUSE 11.3 / Evolution 2.30.1.2"

Mar 27, 2011

evolution crashing - memory error - openSUSE 11.3 / Evolution 2.30.1.2

openSUSE 11.3 / kernel 2.6.34.7-0.7 / Gnome 2.30.0 / Evolution 2.30.1.2
Evolution keeps crashing, began quite recently but I can't pin down exactly when...
Running from a terminal, crash messages are:
** (evolution:5624): CRITICAL **: file gkr-operation.c: line 350 (gkr_operation_request): should not be reached
** (evolution:5624): CRITICAL **: file gkr-operation.c: line 350 (gkr_operation_request): should not be reached
***MEMORY-ERROR***: evolution[5624]: GSlice: assertion failed: sinfo->n_allocated > 0
Aborted

View 4 Replies View Related

Ubuntu :: How To Change Terminal App For Nautilus-open-terminal

Dec 1, 2010

I've fallen in love with Terminator as a replacement for the standard gnome-terminal app.

However, I'm also very much in the habit of using the nautilus-open-terminal extension for launching new terminal sessions.

I'd like nautilus-open-terminal to launch Terminator rather than gnome-terminal.

A quick search of my system and the web didn't reveal anything. i didn't find a gconf setting to control this. A quick look at the source code didn't help much either.

View 5 Replies View Related

Ubuntu :: Run Program In Terminal With A Terminal Specific Profile From GUI

Dec 12, 2010

I'd like to run a program [URL] from the GUI menu (yes, I know I can run it from the command line). I've gotten this to work by using a menu entry (see attached screenshot).The command is:

Code:

gksu chkrootkit

with the option for Type: was selected as Application in Terminal However, when chkrootkit is finished, the terminal immediately snaps shut according to the profile selection: When Commands Exits: Close terminal What I'd like to do is create another profile that causes the terminal to be held open (see screenshot) when the command exits and be able to choose that profile from the GUI Menu entry. I believe the command when using the CLI is:

Code:

gnome-terminal --profile=<profile_name>

how do I incorporate this within the Command entry line of the launcher?

View 1 Replies View Related

Ubuntu :: Terminal Commands / Getting Into Usb Pen Drive From The Terminal To Run A Program?

Feb 10, 2011

i started using computer when it was all dos driven so thought i was going to be fine using the terminal in ubuntu the problem i am facing is i can not quite get my head round why is it if i load the terminal. and the first this i type is dir or ls it gives me a list off directories. So why is it if i type cd /pictures i get no such file or directory ? Confused

This also bugging the jebus out off me is i am trying to get into my usb pen drive from the terminal to run a program i have on there.

so i type cd /media
then typed ls
is displayed New Volume <-- This being the name off my pen drive
i have tried every this to get into there but the commands i would use in dos are not playing ball.

Can some one please explain how to get into my usb pen then tell me were i can go read on this as i really can not get my head around this at moment.

View 5 Replies View Related

Ubuntu Installation :: Difference Between Byobu Terminal And Terminal?

May 18, 2011

what is the difference between Byobu Terminal and Terminal? i ask this because when i upgraded from ubuntu 10.10 to 11.4 i did not have Byobu Terminal

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved