Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Inputting Greek letter in textarea

Reply
Thread Tools

Inputting Greek letter in textarea

 
 
dungping
Guest
Posts: n/a
 
      08-30-2005
Is it possible to directly enter Greek letters, such as Δ and
γ in the textarea. The entering is on the English keyboard, that
is, when pressing a key on the English keyboard, a Greek letter would
appear in the textarea.

Please teach. Thanks.

 
Reply With Quote
 
 
 
 
Roy Schestowitz
Guest
Posts: n/a
 
      08-30-2005
__/ [dungping] on Tuesday 30 August 2005 02:06 \__

> Is it possible to directly enter Greek letters, such as Δ and
> γ in the textarea. The entering is on the English keyboard, that
> is, when pressing a key on the English keyboard, a Greek letter would
> appear in the textarea.
>
> Please teach. Thanks.


See the recent thread below. It is very similar 'anatomically'.

http://message-id.net/1125153119.285...oglegroups.com

Hope it helps,

Roy

--
Roy S. Schestowitz "Double your drive space - delete Windows"
http://Schestowitz.com
 
Reply With Quote
 
 
 
 
Jukka K. Korpela
Guest
Posts: n/a
 
      08-30-2005
"dungping" <> wrote:

> Is it possible to directly enter Greek letters, such as &Delta; and
> &gamma; in the textarea.


"&Delta;" and "&gamma;" are entity references, and it is not clear whether
you mean the references or the characters denoted by them. Apparently the
characters, so it would be better to say just "such as delta and gamma" (or
omit these words, since anyone who does not know what Greek letters are
will probably fail to understand the question anyway).

The answer is that it depends.

> The entering is on the English keyboard, that
> is, when pressing a key on the English keyboard,
> a Greek letter would appear in the textarea.


This depends on what you mean by "English keyboard". A physical keyboard
can be configured in many ways, and switching between different keyboard
layouts is easy as soon as you've learned how it works. The difficult part
is to memorize the assignments or to use a cheat sheet to check them.

Naturally, this also depends on the underlying system, available fonts,
etc. And what happens to the Greek letters when the form is submitted is
yet another story.

As so often, the crucial question is "why do you ask?" Are you asking about
browser usage, or about authoring? In the latter case, what is really the
problem you are trying to solve?

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      08-30-2005
Jukka K. Korpela wrote:

> A physical keyboard
> can be configured in many ways, and switching between different keyboard
> layouts is easy as soon as you've learned how it works.


Could it be it's so easy I do it by accident? Regularly I find myself
typing in a program, and all of a sudden I have a Spanish keyboard
instead of American. The only way I know to get rid of it, is close
and restart the program. It never happens for the more than one prog
at a time - it's like I'm typing in MSN and it switches to Spanish
keyboard, but TextPad is still behaving nicely. Or vice versa. Even
happens in browsers. Means I can't type a URL anymore, cause the '/'
has changed position. I'd love to know what I did to make it happen,
so I can reverse it without closing the program.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      08-30-2005
Els wrote:

> Could it be it's so easy I do it by accident? Regularly I find myself
> typing in a program, and all of a sudden I have a Spanish keyboard
> instead of American. The only way I know to get rid of it, is close
> and restart the program. It never happens for the more than one prog
> at a time - it's like I'm typing in MSN and it switches to Spanish
> keyboard, but TextPad is still behaving nicely. Or vice versa. Even
> happens in browsers. Means I can't type a URL anymore, cause the '/'
> has changed position. I'd love to know what I did to make it happen,
> so I can reverse it without closing the program.


You have the Spanish input language installed (along I presume with English
and Dutch). The input language is the service that maps the keyboard to the
requirements of the particular language.

In addition you have a hotkey set to activate Spanish. I don't know what the
default is but in my system I have a few languages installed and, for
example, Left Alt + Shift is the one to switch between languages. You mignt
have something odd like Ctrl + Shift + s to change to Spanish and you
sometimes accidently press Shift as well when you mean Ctrl + s to save.

The "current language" is not system wide, it is specified on a per window
basis. This is why it seems to you that it only happens with one program at
a time. One window is set to Spanish, the rest are set to [English | Dutch].

Find the language bar thingo just to the left of the system tray, probably
displays EN if you are in English. Right click properties and then Key
Settings.

Cheers
Richard.


 
Reply With Quote
 
Alan J. Flavell
Guest
Posts: n/a
 
      08-30-2005

On Tue, 29 Aug 2005, dungping wrote:

> Is it possible to directly enter Greek letters, [in textarea]


Depends on your OS and installation options whether you have input
methods for these letters, but with modern OSes it's usually feasible.

Perhaps if you'd be more explicit about your OS, you may get more specific
advice as to how to enable these options as necessary.

Copy/pasting the character from some kind of character-picker display
is an alternative approach if you haven't got an input method for it.

If it's meant to do what you ask for, then the page in question will need
to be in a character encoding which includes these characters. utf-8 is
usually a good choice nowadays (except NN4.* versions are broken).

> such as &Delta; and &gamma; in the textarea.


Please ask your question more precisely. Entering the characters
ampersand D e l t a semicolon is easy. I assumed you wanted to enter
the character itself, not some ampersand-notation representation of it.

good luck
 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      08-30-2005
rf wrote:

> Els wrote:
>
>> Could it be it's so easy I do it by accident? Regularly I find myself
>> typing in a program, and all of a sudden I have a Spanish keyboard
>> instead of American. The only way I know to get rid of it, is close
>> and restart the program. It never happens for the more than one prog
>> at a time - it's like I'm typing in MSN and it switches to Spanish
>> keyboard, but TextPad is still behaving nicely. Or vice versa. Even
>> happens in browsers. Means I can't type a URL anymore, cause the '/'
>> has changed position. I'd love to know what I did to make it happen,
>> so I can reverse it without closing the program.

>
> You have the Spanish input language installed (along I presume with English
> and Dutch). The input language is the service that maps the keyboard to the
> requirements of the particular language.
>
> In addition you have a hotkey set to activate Spanish. I don't know what the
> default is but in my system I have a few languages installed and, for
> example, Left Alt + Shift is the one to switch between languages. You mignt
> have something odd like Ctrl + Shift + s to change to Spanish and you
> sometimes accidently press Shift as well when you mean Ctrl + s to save.
>
> The "current language" is not system wide, it is specified on a per window
> basis. This is why it seems to you that it only happens with one program at
> a time. One window is set to Spanish, the rest are set to [English | Dutch].


Okay, sounds all like it's very easy to solve indeed, just have to
find the hotkeys used on this PC.

> Find the language bar thingo just to the left of the system tray, probably
> displays EN if you are in English. Right click properties and then Key
> Settings.


I had to dig it up again (taken it off from there for the sake of
space), and although I tick the language bar, it doesn't appear. I
also can't find the language/keyboard from the configuration window (I
keep forgetting what it's called in English)

I will find it back eventually though

Thanks for the info

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Mötley Crüe - Dr. Feelgood
 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      08-30-2005
Els wrote:

> rf wrote:
>
>> In addition you have a hotkey set to activate Spanish.

[...]
> I also can't find the language/keyboard from the configuration
> window (I keep forgetting what it's called in English)


Found it - removed hotkey - problem solved. Thanks again

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Status Quo - Mean Girl
 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      08-30-2005
Els wrote:

> > rf wrote:
> >
> >> In addition you have a hotkey set to activate Spanish.


> Found it - removed hotkey - problem solved. Thanks again


Glad to be of service M'Lady

What *was* the hotkey (for future reference)?

Cheers
Richard.


 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      08-30-2005
rf wrote:

> Els wrote:
>
>>> rf wrote:
>>>
>>>> In addition you have a hotkey set to activate Spanish.

>
>> Found it - removed hotkey - problem solved. Thanks again

>
> Glad to be of service M'Lady
>
> What *was* the hotkey (for future reference)?


I can't be sure - I just saw something with the word 'shift' in it and
deleted it, but looking at the options, it was probably alt-shift to
change the language, and ctrl-shift to change the keyboard.

This also explains why I have experienced two different Spanish
settings - there were 4 different keyboard settings in the list, of
which one Dutch language - Spanish keyboard, and one Spanish (Mexico)
language - Latin-American keyboard.
My regular setting is Dutch language - USA keyboard.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Don McLean - Vincent
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to print the GREEK CAPITAL LETTER delta under utf-8 encoding =?gb2312?B?yMvR1MLkyNXKx8zs0cSjrM37vKvM7NHEsru8+7zS?= Python 8 05-29-2007 09:02 PM
How Do I Put the Greek Letter Pi on a Button? kvnsmnsn@hotmail.com HTML 9 05-10-2007 10:50 PM
olympus [mju:] 410 (greek letter mu) & USB driver, chinese? thufir Digital Photography 0 12-28-2004 08:33 PM
big letter -> small letter vertigo Python 4 07-06-2004 07:23 AM
my problem with Java Plugin 1.4.1_02 & java.awt.TextArea & Greek char Thang Nguyen Java 0 08-07-2003 09:02 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57