ASCII code under Linux for special characters available ?

  • Follow


Hallo,

sometimes i need to use/find a special character
which is not "available" on the current keyboard
(and were loading an other keymap-file is also
not possible/available).

Is there a possibility (like in the good(?) old
DOS times, to use soemthing like an "ASCII-code
methode"?

Thank`s for any tips! John

0
Reply linux55 (128) 5/19/2005 2:33:50 PM

linux55@bluemail.ch wrote:
> Hallo,
> 
> sometimes i need to use/find a special character
> which is not "available" on the current keyboard
> (and were loading an other keymap-file is also
> not possible/available).
> 
> Is there a possibility (like in the good(?) old
> DOS times, to use soemthing like an "ASCII-code
> methode"?
> 
> Thank`s for any tips! John
> 

You mean like

echo -e "\0101\040\0142\0145\0154\0154\007" ?

-- 
Tony Lawrence
Unix/Linux/Mac OS X  resources: http://aplawrence.com
0
Reply foo34 (520) 5/19/2005 7:51:21 PM


In <1116513230.312080.217140@f14g2000cwb.googlegroups.com>, on
05/19/2005
   at 07:33 AM, linux55@bluemail.ch said:

>Subject: ASCII code under Linux for special characters available ?

Those are not ASCII.

>sometimes i need to use/find a special character
>which is not "available" on the current keyboard
>(and were loading an other keymap-file is also
>not possible/available).

There are various tools that are floating around. Something that I
sometimes do if I'm sure that I have the right code page is to
construct a file with all[1] of the hexadecimal values and then
cut-and-paste from it.

 8x  ����������������
 9x  ��������������� 
 Ax  �����Ѫ���������
 Bx       ����    �� 
 Cx        ��       �
 Dx  ����� ���    �� 
 Ex  �����յ������ݯ�
 Fx  �� ����������� �


[1] Well, almost all

-- 
Shmuel (Seymour J.) Metz, SysProg and JOAT  <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action.  I reserve the
right to publicly post or ridicule any abusive E-mail.  Reply to
domain Patriot dot net user shmuel+news to contact me.  Do not
reply to spamtrap@library.lspace.org

0
Reply spamtrap16 (3672) 5/20/2005 5:33:59 PM

linux55@bluemail.ch wrote:
> Hallo,
>
> sometimes i need to use/find a special character
> which is not "available" on the current keyboard
> (and were loading an other keymap-file is also
> not possible/available).
>
> Is there a possibility (like in the good(?) old
> DOS times, to use soemthing like an "ASCII-code
> methode"?
>
> Thank`s for any tips! John

It's probably blasphemous, but I use the GNOME character map.  It's a
simple matter of switch over to the Latin script, finding "=E9", and
copying it.

"resum=E9" seems to be the most frequent use for this character.  Last I
heard, it was an English word, so I don't know why there isn't by
default a simpler way of accessing the =E9 character in the en-US keymap.

0
Reply mikemol (370) 5/21/2005 12:34:07 AM

On 2005-05-21, Mike Mol <mikemol@gmail.com> wrote:

> "resum�" seems to be the most frequent use for this character.  Last I
> heard, it was an English word, so I don't know why there isn't by
> default a simpler way of accessing the � character in the en-US keymap.

Doesn't compose-e-' work for you under X11?


-- 
Grant Edwards                   grante             Yow!  I'm continually
                                  at               AMAZED at th'breathtaking
                               visi.com            effects of WIND EROSION!!
0
Reply grante (5411) 5/21/2005 1:08:21 AM

On Sat, 21 May 2005 01:08:21 -0000, Grant Edwards staggered into the
Black Sun and said:
> On 2005-05-21, Mike Mol <mikemol@gmail.com> wrote:
>> "resum�" seems to be the most frequent use for this character.  Last
>> I heard, it was an English word, so I don't know why there isn't by
>> default a simpler way of accessing the � character in the en-US
>> keymap.
> Doesn't compose-e-' work for you under X11?

If Mike doesn't have a Multi_key defined, it won't.  If LANG is set to
"C", it won't work either.  The easiest way I've found to get everything
working properly is to make sure than LANG is set to something other
than C (like en_US) before X starts, and to have something do "xmodmap
-e 'keycode 109 = Multi_key' " in .xinitrc or ~/.kde/Autostart/ or
whatever your desktop environment uses for autostarting things.  Keycode
109 is almost always the right Ctrl key; adjust to taste.  HTH,

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /    mail: TRAP + SPAN don't belong
http://www.brainbench.com     /                Hire me! 
-----------------------------/ http://crow202.dyndns.org/~mhgraham/resume
0
Reply danSPANceswitTRAPhcrows (1928) 5/22/2005 1:48:52 AM

Dances With Crows wrote:
> On Sat, 21 May 2005 01:08:21 -0000, Grant Edwards staggered into the
> Black Sun and said:
> > On 2005-05-21, Mike Mol <mikemol@gmail.com> wrote:
> >> "resum=E9" seems to be the most frequent use for this character.
Last
> >> I heard, it was an English word, so I don't know why there isn't
by
> >> default a simpler way of accessing the =E9 character in the en-US
> >> keymap.
> > Doesn't compose-e-' work for you under X11?
>
> If Mike doesn't have a Multi_key defined, it won't.  If LANG is set
to
> "C", it won't work either.  The easiest way I've found to get
everything
> working properly is to make sure than LANG is set to something other
> than C (like en_US) before X starts, and to have something do
"xmodmap
> -e 'keycode 109 =3D Multi_key' " in .xinitrc or ~/.kde/Autostart/ or
> whatever your desktop environment uses for autostarting things.
Keycode
> 109 is almost always the right Ctrl key; adjust to taste.  HTH,
>

Neat!

Being in the cultural situation I'm in, I've never had occasion to mess
with it.  But I've now reached the point where the word "resum=E9" seems
to come up fairly frequently. :-)

0
Reply mikemol (370) 5/22/2005 4:38:21 AM

On 2005-05-22, Mike Mol <mikemol@gmail.com> wrote:

> Being in the cultural situation I'm in, I've never had occasion to mess
> with it.  But I've now reached the point where the word "resum�" seems
> to come up fairly frequently. :-)

BTW, it's "r�sum�" not "resum�".

-- 
Grant Edwards                   grante             Yow!  I decided to be JOHN
                                  at               TRAVOLTA instead!!
                               visi.com            
0
Reply grante (5411) 5/22/2005 12:25:59 PM

(Grant Edwards <grante@visi.com>) scribbled:

> > Being in the cultural situation I'm in, I've never had occasion to mess
> > with it.  But I've now reached the point where the word "resum=E9" seems
> > to come up fairly frequently. :-)
>=20
> BTW, it's "r=E9sum=E9" not "resum=E9".

.... correction:=20
BTW, it's "r=E9sum=E9", not "resum=E9".

--=20
<<  http://michaeljtobler.homelinux.com ()  >>
Never call a man a fool.  Borrow from him.
0
Reply mjtobler2 (1042) 5/22/2005 1:53:56 PM

mjt <mjtobler@removethis_mail.ru> writes:

> (Grant Edwards <grante@visi.com>) scribbled:
>
>> > Being in the cultural situation I'm in, I've never had occasion to mess
>> > with it.  But I've now reached the point where the word "resum�" seems
>> > to come up fairly frequently. :-)
>> 
>> BTW, it's "r�sum�" not "resum�".
>
> ... correction: 
> BTW, it's "r�sum�", not "resum�".

If you are writing in English,
it seems to me it has to be 'resume'.

Apparently, this is more true in the US:

http://www.bartleby.com/68/66/66.html

That page claims that in the US, usage is divided.
Regardless, I don't think � is part of the English
alphabet, so I think 'resume' is correct and
using � is an affectation.
0
Reply daneNO (319) 5/22/2005 2:39:00 PM

Dan Espen wrote:
> mjt <mjtobler@removethis_mail.ru> writes:
> 
> 
>>(Grant Edwards <grante@visi.com>) scribbled:
>>
>>
>>>>Being in the cultural situation I'm in, I've never had occasion to mess
>>>>with it.  But I've now reached the point where the word "resum�" seems
>>>>to come up fairly frequently. :-)
>>>
>>>BTW, it's "r�sum�" not "resum�".
>>
>>... correction: 
>>BTW, it's "r�sum�", not "resum�".
> 
> 
> If you are writing in English,
> it seems to me it has to be 'resume'.
> 
> Apparently, this is more true in the US:
> 
> http://www.bartleby.com/68/66/66.html
> 
> That page claims that in the US, usage is divided.
> Regardless, I don't think � is part of the English
> alphabet, so I think 'resume' is correct and
> using � is an affectation.

And an annoying affectation, too.  IMHO, of course.  It's rare that 
context doesn't tell you when it's REZ UH MAY rather than REE ZOOM.



-- 
Tony Lawrence
Unix/Linux/Mac OS X  resources: http://aplawrence.com
0
Reply foo34 (520) 5/22/2005 4:06:07 PM

On Sun, 22 May 2005 12:06:07 -0400, Tony Lawrence staggered into the
Black Sun and said:
> Dan Espen wrote:
>> That page claims that in the US, usage is divided.  Regardless, I
>> don't think � is part of the English alphabet,

You find � in English works going back to at least 1780 and probably
long before that.  Did you mean "ASCII character set"?  If so, that's
correct, but e-with-acute has been used for a long time to indicate
"pronounce this e as 'ay' not 'ee' or 'eh'."  English spelling is the
world's most awesome mess; let's not make it worse by consigning accent
marks to oblivion.[0]

> And an annoying affectation, too.  IMHO, of course.  It's rare that
> context doesn't tell you when it's REZ UH MAY rather than REE ZOOM.

_R�sum� With Monsters_, ISBN 1-56504-913-6 ?  3 words in a book title
isn't a whole lot of context, true, but it does happen.

[0] And bring back � and find a space for (schwa) while you're at it!

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /    mail: TRAP + SPAN don't belong
http://www.brainbench.com     /                Hire me! 
-----------------------------/ http://crow202.dyndns.org/~mhgraham/resume
0
Reply danSPANceswitTRAPhcrows (1928) 5/22/2005 5:03:12 PM

Dances With Crows <danSPANceswitTRAPhcrows@gmail.com> writes:

> On Sun, 22 May 2005 12:06:07 -0400, Tony Lawrence staggered into the
> Black Sun and said:
>> Dan Espen wrote:
>>> That page claims that in the US, usage is divided.  Regardless, I
>>> don't think � is part of the English alphabet,
>
> You find � in English works going back to at least 1780 and probably
> long before that.  Did you mean "ASCII character set"?

No, why would I mean ASCII character set?
Remember first grade.  The alphabet has 26 letters.

Finding foreign words and spellings in English works is no suprise.
There are lot of writers using foreign words for literary purposes.

If I recall correctly in the 1700s, English used that funny character
for the double S.  Good riddance.

> If so, that's
> correct, but e-with-acute has been used for a long time to indicate
> "pronounce this e as 'ay' not 'ee' or 'eh'."  English spelling is the
> world's most awesome mess; let's not make it worse by consigning accent
> marks to oblivion.[0]

On the contrary, we don't need more letters to fix English spelling.
See below.  (REZUMAY).  But it's not going to happen.  At least not
in this century.

>> And an annoying affectation, too.  IMHO, of course.  It's rare that
>> context doesn't tell you when it's REZ UH MAY rather than REE ZOOM.
>
> _R�sum� With Monsters_, ISBN 1-56504-913-6 ?  3 words in a book title
> isn't a whole lot of context, true, but it does happen.

Hardly a reason to destroy the alphabet.

> [0] And bring back � and find a space for (schwa) while you're at it!

Yeah, how about a keyboard with another 40 keys.
No thanks.
0
Reply daneNO (319) 5/22/2005 5:15:50 PM

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dan Espen <daneNO@SPAM.mk.telcordia.com> writes:

>> [0] And bring back þ and find a space for (schwa) while you're at it!

Þere's a good idea!

> Yeah, how about a keyboard with another 40 keys.
> No thanks.

That's what compose keys e.g. AltGr are for.  One extra key, which
most of us already have.


- -- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iD8DBQFCkNntVcFcaSW/uEgRAidaAJ4o3btHRpUkPovO7AVzQpR5CoC8cQCg5DJW
t0Y9OGbiIkZLQH54f8RQUqQ=
=t6nh
-----END PGP SIGNATURE-----
0
Reply Roger 5/22/2005 7:13:50 PM

Roger Leigh <${rleigh}@invalid.whinlatter.ukfsn.org.invalid> writes:

> Dan Espen <daneNO@SPAM.mk.telcordia.com> writes:
>> Yeah, how about a keyboard with another 40 keys.
>> No thanks.
>
> That's what compose keys e.g. AltGr are for.  One extra key, which
> most of us already have.

And, thankfully, most of us Americans never have to use.
0
Reply daneNO (319) 5/22/2005 9:35:04 PM

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dan Espen <daneNO@SPAM.mk.telcordia.com> writes:

> Roger Leigh <${rleigh}@invalid.whinlatter.ukfsn.org.invalid> writes:
>
>> Dan Espen <daneNO@SPAM.mk.telcordia.com> writes:
>>> Yeah, how about a keyboard with another 40 keys.
>>> No thanks.
>>
>> That's what compose keys e.g. AltGr are for.  One extra key, which
>> most of us already have.
>
> And, thankfully, most of us Americans never have to use.

Do you never ever use fancy punctuation or mathematical symbols, just
plain and limited ASCII?  The compose functionality covers a lot more
than accented characters:

§ ± ® ¼ © ¢ ‡ “ ” … ‰ → ∞ √ ∴

Now GNU/Linux has fairly comprehensive UCS support (can you read all
the above, which should be UTF-8-encoded?), there's no reason for
everyone, including Americans, not to use it.


- -- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iD8DBQFCkP6GVcFcaSW/uEgRAvReAJ4jVi3daGg5mHSQ2DjdNS9wgLLFiACg5/oj
xxh19kdaYXmocyj4BajHPRs=
=dG+1
-----END PGP SIGNATURE-----
0
Reply Roger 5/22/2005 9:50:02 PM

--=-=-=
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Roger Leigh <${rleigh}@invalid.whinlatter.ukfsn.org.invalid> writes:

> Dan Espen <daneNO@SPAM.mk.telcordia.com> writes:
>
>> Roger Leigh <${rleigh}@invalid.whinlatter.ukfsn.org.invalid> writes:
>>
>>> Dan Espen <daneNO@SPAM.mk.telcordia.com> writes:
>>>> Yeah, how about a keyboard with another 40 keys.
>>>> No thanks.
>>>
>>> That's what compose keys e.g. AltGr are for.  One extra key, which
>>> most of us already have.
>>
>> And, thankfully, most of us Americans never have to use.
>
> Do you never ever use fancy punctuation or mathematical symbols, just
> plain and limited ASCII?  The compose functionality covers a lot more
> than accented characters:
>
> � � � � � � 
--=-=-=
Content-Type: text/plain; charset=iso-2022-jp

$B"x(B $B!H(B $B!I(B $B!D(B $B"s(B $B"*(B $B!g(B $B"e(B $B!h(B

Nope, don't need them.  Oh except those cursed quotes,
but then I only need to read them.

I don't code programs in APL either.
(Famous for using special characters.)

> Now GNU/Linux has fairly comprehensive UCS support (can you read all
> the above, which should be UTF-8-encoded?), there's no reason for
> everyone, including Americans, not to use it.

Yes, I use XEmacs for almost everything.
I can see the Cyrillic, Arabic, and Korean characters,
why I'd want to, I have no idea.
I only Mule enabled XEmacs to read those funny quotes
from MS.

However, I think using expanded character sets is a different issue
than needlessly expanding the English alphabet.

--=-=-=--
0
Reply daneNO (319) 5/23/2005 1:47:49 AM

On 2005-05-22, mjt <mjtobler@removethis_mail.ru> wrote:
> (Grant Edwards <grante@visi.com>) scribbled:
>
>> > Being in the cultural situation I'm in, I've never had occasion to mess
>> > with it.  But I've now reached the point where the word "resum�" seems
>> > to come up fairly frequently. :-)
>> 
>> BTW, it's "r�sum�" not "resum�".
>
> ... correction: 
> BTW, it's "r�sum�", not "resum�".

touch�

;)

-- 
Grant Edwards                   grante             Yow!  ... I see TOILET
                                  at               SEATS...
                               visi.com            
0
Reply grante (5411) 5/23/2005 3:48:18 AM

On 2005-05-22, Dan Espen <daneNO@SPAM.mk.telcordia.com> wrote:

> If you are writing in English,
> it seems to me it has to be 'resume'.

Not according to any of my american English dictionaries.
Resume is a verb meaning to begin again.  The noun meaning a
statement of a job applicant's qualifications only has one
accepted spelling: r�sum�.

> That page claims that in the US, usage is divided.
> Regardless, I don't think � is part of the English
> alphabet, so I think 'resume' is correct and
> using � is an affectation.

That's not what my dictionary says.

Webster's New World Dictionary of the American Language
2nd College Edition
Collins+World

I admit that dictionary is a few years old...

-- 
Grant Edwards                   grante             Yow!  I'm having BEAUTIFUL
                                  at               THOUGHTS about the INSIPID
                               visi.com            WIVES of smug and wealthy
                                                   CORPORATE LAWYERS...
0
Reply grante (5411) 5/23/2005 3:52:20 AM

(Grant Edwards <grante@visi.com>) scribbled:

> > That page claims that in the US, usage is divided.
> > Regardless, I don't think =E9 is part of the English
> > alphabet, so I think 'resume' is correct and
> > using =E9 is an affectation.
>=20
> That's not what my dictionary says.

online MW shows (second entry):
Main Entry: r=E9=B7su=B7m=E9
Variant(s): or re=B7su=B7me or re=B7su=B7m=E9 /'re-z&-"mA, "re-z&-' also 'r=
A- or "rA-/
Function: noun
Etymology: French r=E9sum=E9, from past participle of r=E9sumer to resume,=
=20
summarize, from Middle French resumer
1 : SUMMARY
2 : CURRICULUM VITAE


> Webster's New World Dictionary of the American Language
> 2nd College Edition
> Collins+World
>=20
> I admit that dictionary is a few years old...

thank it probably doesnt have some of the newer
words, such as "google" ?   :)

--=20
<<  http://michaeljtobler.homelinux.com ()  >>
Any philosophy that can be put in a nutshell belongs there.
		-- Sydney J. Harris
0
Reply mjtobler2 (1042) 5/23/2005 4:45:36 AM

In comp.os.linux.misc, on Monday 23 May 2005 04:48, Grant Edwards
<grante@visi.com> wrote:

> 
> touché
> 
coulé
-- 
Robert HULL    If it's there and you can see it - it's real
               If it's there and you can't see it - it's transparent
               If it's not there and you can see it - it's virtual
               If it's not there and you can't see it - it's gone!
0
Reply Robert4309 (588) 5/29/2005 10:02:09 AM

20 Replies
42 Views

(page loaded in 0.23 seconds)

Similiar Articles:


















7/27/2012 7:27:50 PM


Reply: