Tiny Core Base > CorePlus
how to type the plus minus symbol
Iowa_Nate:
turn out the file usr/local/share/doc/mutt/manual.txt has the plus minus symbol (its a plus on top of a minus) after literally every letter.
the words look like this Innttrroodduuccttiioonn.
the first quest of this adventure is to learn to type the plus minus symbol. after some google searches I tried ctrl+shift+u and the symbol in hex which is 0xB1 doing that in the terminal looks like this
--- Code: ---tc@box:$!
--- End code ---
perhaps I am not using the right code for the version of ISO unicode that tc.12 utilizes.
the file is just a complete mess.
once I can type the plus minus symbol i can use
--- Code: ---tc@box:$ sed -i -e s/(plus minus symbol)//g usr/local/share/doc/mutt/manual.txt
--- End code ---
curaga:
I don't think it's literally that symbol, rather it just looks like it on your current setup. manual.txt is likely utf-16 encoded, you can check with "file" and convert with "iconv -f utf16 -t ascii path/to/manual.txt".
Iowa_Nate:
result of "file" shows ASCII.
tried alt+241 (result of google search for how to type the plus minus symbol in ASCII) in the term. result was null. I need to use the term because i need to use sed to delete all the occurrences of the elusive symbol
according to wikipedia the correct way to enter the plus minus symbol is the compose key,+,-
I am not sure how to set the compose key.
I always pick the hardest things lol. I guess i like challenges. At least after becoming proficient in using mutt and all the various options in muttrc I will probably completely understand all the things that make e-mail work. I'm like the little dog that thinks its a giant rottweiler. I'm a total noob that thinks its a sys admin.
gadget42:
here is a link to the latest updated version:
Last updated on December 30, 2021 by kevin8t8.
URL:<http://www.mutt.org/index.html>
Iowa_Nate:
thanks gadget but last time I tried compiling from source it was a major pain in the ass. I'd like to use the TC version. I could probs check out the website for the manual tho. I need some sleep. I'll check back in later
Navigation
[0] Message Index
[#] Next page
Go to full version