Re: ASCII % Is Czech a european language? % ??? > codepage that supports all of the > western alphabet? It is hard to say what is "Western" alphabet. Czech alphabet is ...
Re: ASCII You was just lucky enough. ASCII chars are 0-127 and "Umlaute u" you mentioned is naumber 129 in many codepages. So, it happens that in several codepages it is u but in some cou...
Two steps approach 1. Codepages *SUCKS* 2. Moving all Linux code to UTF-8 as a first step of getting rid of codepages is good. I expect all important linux code will be UTF-8 compatible in two yea...