Click here to Skip to main content
15,887,485 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I still can't do touch typing Pin
Mircea Neacsu18-Apr-20 16:14
Mircea Neacsu18-Apr-20 16:14 
GeneralRe: I still can't do touch typing Pin
kalberts18-Apr-20 16:32
kalberts18-Apr-20 16:32 
GeneralRe: I still can't do touch typing Pin
W Balboos, GHB19-Apr-20 2:19
W Balboos, GHB19-Apr-20 2:19 
GeneralRe: I still can't do touch typing Pin
Mircea Neacsu19-Apr-20 5:47
Mircea Neacsu19-Apr-20 5:47 
GeneralRe: I still can't do touch typing Pin
kalberts19-Apr-20 7:00
kalberts19-Apr-20 7:00 
GeneralRe: I still can't do touch typing Pin
W Balboos, GHB20-Apr-20 0:50
W Balboos, GHB20-Apr-20 0:50 
GeneralRe: I still can't do touch typing Pin
Greg Utas18-Apr-20 10:36
professionalGreg Utas18-Apr-20 10:36 
GeneralRe: I still can't do touch typing Pin
kalberts18-Apr-20 16:11
kalberts18-Apr-20 16:11 
Strangely enough, I've got a Norwegian keyboard with both X, Z, Q, C and W. And ÆØÅ as well!

Surely, I am getting your joke, though. X, Z, Q, C and W are used so rarely in Norwegian words that those keys are not likely to be worn out before the others.

Side comment:

A coworker of mine showed me a "hierarchical" presentation of the morse alphabet as a binary tree, sort of like the one at Morse Decoder[^] (my Boy Scout handbook had a slightly different gaphical presentation, but the idea was the same). When I nodded, "Sure, that clearly reflects the frequency of characters - E is the most frequent, so it has a single dot, T is the second most frequent, having a single dash, and so on, to make the messages as short as possible", he looked at me in astnoishment: It had never occurred to him that that sort of optimization lay behind the design of the Morse alphabet! But it did.

The letter frequency of course depends on the language. The Morse alphabet is not optimal for every language, not even for all Western ones, but it is close enough.

In modern times, we keep this up: As long as you need to represent only characters in the English language, UTF8 lets you do it using a single byte per character. When you move to the languages of Western Europe, with nasty characters such as ÆØÅ, you must be prepared to spend twice as much space. If you move further away, outside Western cultures, you might even have to spend three times as much space per character!

Both memory and disk space is cheap nowadays; I doubt that this can be considered any major threat to non-Western cultures. Yet is does reflect a Western-centric view. The UTF16 format has been well defined for many, many years, putting practically all the written languages of the world on an equal footing. We choose not to use it, because we can save a little space for our Western culture languages. Sure: Disk and memory are cheap, yet we are not willing to spend money on UTF16 when we can spend a few cents on going for the UTF8-oriented Western solution... (Both are equally general; you can do the same in both, so the only difference between them is the space saving when handling Western languages!)

I actually don't know what Linux people are doing internally - they were hard to get out of the 7-bit track, accepting 8-bit alphabets. Today, I know that a lot of applications accept UTF8, and I know a lot that don't. Can you rely on all system functions accepting >8 bit character codes? Since the dawn of 32 bit Windows, Windows supported the basic UTF plane of 64ki character codes. I wouldn't trust applications to go beyond that, but for most practical purposes it is enough (... just like 7 bit US-ASCII was enough in the 1970s ...).

Yet... I am a Westerner, and when someone on the Internet provides a link (or printed reference) with Chinese characters, I gladly admit that I sure wish they would have provided it in some readable format. But my intellect says that the Chinese, or any culture using a non-Latin alphabet, has an equal right to present, and link to, their information in they style/language of their own culture. They have no obligation to other cultures to present stuff according to any, to them, foreign culture. So although Chinese, Korean, Japanese, Cyrillic or Greek links are all Greek to me, I admit that they have their place in an international world.
GeneralRe: I still can't do touch typing Pin
DRHuff18-Apr-20 15:53
DRHuff18-Apr-20 15:53 
GeneralRe: I still can't do touch typing Pin
kalberts18-Apr-20 16:47
kalberts18-Apr-20 16:47 
GeneralRe: I still can't do touch typing Pin
Mark_Wallace18-Apr-20 17:25
Mark_Wallace18-Apr-20 17:25 
GeneralRe: I still can't do touch typing Pin
kalberts18-Apr-20 18:10
kalberts18-Apr-20 18:10 
GeneralRe: I still can't do touch typing Pin
Mark_Wallace19-Apr-20 9:56
Mark_Wallace19-Apr-20 9:56 
GeneralRe: I still can't do touch typing Pin
  Forogar  19-Apr-20 5:17
professional  Forogar  19-Apr-20 5:17 
GeneralRe: I still can't do touch typing Pin
dandy7220-Apr-20 5:04
dandy7220-Apr-20 5:04 
GeneralRe: I still can't do touch typing Pin
Chris Maunder20-Apr-20 7:41
cofounderChris Maunder20-Apr-20 7:41 
GeneralSomething positive in times we do not like to be positive ;) Pin
User 1106097918-Apr-20 8:32
User 1106097918-Apr-20 8:32 
GeneralRe: Something positive in times we do not like to be positive ;) Pin
Mike Hankey18-Apr-20 8:59
mveMike Hankey18-Apr-20 8:59 
GeneralRe: Something positive in times we do not like to be positive ;) Pin
User 1106097918-Apr-20 9:04
User 1106097918-Apr-20 9:04 
GeneralRe: Something positive in times we do not like to be positive ;) Pin
Mike Hankey18-Apr-20 9:14
mveMike Hankey18-Apr-20 9:14 
GeneralRe: Something positive in times we do not like to be positive ;) Pin
User 1106097918-Apr-20 9:56
User 1106097918-Apr-20 9:56 
GeneralRe: Something positive in times we do not like to be positive ;) Pin
Mike Hankey18-Apr-20 10:36
mveMike Hankey18-Apr-20 10:36 
GeneralRe: Something positive in times we do not like to be positive ;) Pin
Mark_Wallace18-Apr-20 17:27
Mark_Wallace18-Apr-20 17:27 
GeneralRe: Something positive in times we do not like to be positive ;) Pin
Mike Hankey18-Apr-20 20:07
mveMike Hankey18-Apr-20 20:07 
GeneralRe: Something positive in times we do not like to be positive ;) Pin
Mark_Wallace18-Apr-20 21:45
Mark_Wallace18-Apr-20 21:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.