some strange problem with one of the computers that I use

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Uri Blass
Posts: 10301
Joined: Thu Mar 09, 2006 12:37 am
Location: Tel-Aviv Israel

some strange problem with one of the computers that I use

Post by Uri Blass »

The only way for me to write the string
"uri" in this computer is to start by clicking twice on " and delete the last character

if I click " only one time then I get the following
üri"


I also do not see the last " before I go to the next character.
Does somebody know how can I fix this bug
Gian-Carlo Pascutto
Posts: 1243
Joined: Sat Dec 13, 2008 7:00 pm

Re: some strange problem with one of the computers that I us

Post by Gian-Carlo Pascutto »

Check internationalization, language and keyboard settings.
Uri Blass
Posts: 10301
Joined: Thu Mar 09, 2006 12:37 am
Location: Tel-Aviv Israel

Re: some strange problem with one of the computers that I us

Post by Uri Blass »

Thanks but I do not know how to do it

When I click on setting
I can find

Text sevices and input languages

Default input language

English(United kingdom) United State international

I can change it to something else but it does not help.
User avatar
hgm
Posts: 27808
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: some strange problem with one of the computers that I us

Post by hgm »

On many national keyboard layouts (e.g. French, German, Dutch) characters like quotes and tilde are prefixes to get diacritical markings on the following letter (like the umlaut on the u of your name). On traditional mechanical typrwriters they were implemented by not advancing the carriage when the symbol was typed. If you wanted the next character to appear next to the symbol in stead of overstrike it, you had to type an explicit space.

In analogy with this, typing a space after the quotes or tilde would give you a real quote or tilde.

Of course when you never want to type such characters, it would be more convenient to change keyboard layout to U.S. standard.

On my system (Win XP) I have a "national settings" icon on my control panel, and on the tab "languages" I have a "details" button for input, which pops up a mnu for chosing keyboards.
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: some strange problem with one of the computers that I us

Post by bob »

Uri Blass wrote:The only way for me to write the string
"uri" in this computer is to start by clicking twice on " and delete the last character

if I click " only one time then I get the following
üri"


I also do not see the last " before I go to the next character.
Does somebody know how can I fix this bug



Windows is not the answer. Windows? is the question. NO is the answer

--Linus Torvalds
Tommy

Re: some strange problem with one of the computers that I us

Post by Tommy »

bob wrote:

Windows is not the answer. Windows? is the question. NO is the answer

--Linus Torvalds

"Computers work like air conditioning systems, it defeats the purpose of using them when Windows are open."

-- Linus Torvalds
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: some strange problem with one of the computers that I us

Post by bob »

Tommy wrote:
bob wrote:

Windows is not the answer. Windows? is the question. NO is the answer

--Linus Torvalds

"Computers work like air conditioning systems, it defeats the purpose of using them when Windows are open."

-- Linus Torvalds
my hero. :)
User avatar
Jaap Weidemann
Posts: 62
Joined: Mon Aug 14, 2006 3:47 am
Location: Stellenbosch, South Africa

Re: some strange problem with one of the computers that I us

Post by Jaap Weidemann »

Hi Uri

Setting your keyboard layout to "US" rather than "United States-International" should resolve the issue. The latter simplifies the creation of extended characters.

Usage:

Code: Select all

Press this key    Then press this key   Resulting character
"(QUOTATION MARK) e, y, u, i, o, a      ë, ÿ, ü, ï, ö, ä

Jaap