public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix more typos in Configure.help and fs/nls/Config.in
@ 2001-05-28 17:41 Nerijus Baliunas
  2001-05-29  3:00 ` Martin Dalecki
  0 siblings, 1 reply; 7+ messages in thread
From: Nerijus Baliunas @ 2001-05-28 17:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan

The ISO639 registrars call it "Belarusian". See
http://lcweb.loc.gov/standards/iso639-2/langhome.html
under "English Name of Language".

Against 2.4.5-ac2:


--- Configure.help.orig Mon May 28 19:23:18 2001
+++ Configure.help      Mon May 28 19:31:50 2001
@@ -12838,7 +12838,7 @@
   only, not to the file contents. You can include several codepages;
   say Y here if you want to include the DOS codepage for Thai.

-Windows CP1251 (Bulgarian, Belarussian)
+Windows CP1251 (Bulgarian, Belarusian)
 CONFIG_NLS_CODEPAGE_1251
   The Microsoft FAT file system family can deal with filenames in
   native language character sets. These character sets are stored in
@@ -12847,7 +12847,7 @@
   DOS/Windows partitions correctly. This does apply to the filenames
   only, not to the file contents. You can include several codepages;
   say Y here if you want to include the DOS codepage for Russian and
-  Bulgarian and Belarussian.
+  Bulgarian and Belarusian.

 Japanese charsets (Shift-JIS, EUC-JP)
 CONFIG_NLS_CODEPAGE_932
@@ -12938,7 +12938,7 @@
   from the Microsoft FAT file system family or from JOLIET CDROMs
   correctly on the screen, you need to include the appropriate
   input/output character sets. Say Y here for ISO8859-5, a Cyrillic
-  character set with which you can type Bulgarian, Byelorussian,
+  character set with which you can type Bulgarian, Belarusian,
   Macedonian, Russian, Serbian, and Ukrainian. Note that the charset
   KOI8-R is preferred in Russia.

@@ -13027,13 +13027,13 @@
   input/output character sets. Say Y here for the preferred Russian
   character set.

-NLS KOI8-U/RU (Ukrainian, Belarussian)
+NLS KOI8-U/RU (Ukrainian, Belarusian)
 CONFIG_NLS_KOI8_U
   If you want to display filenames with native language characters
   from the Microsoft FAT file system family or from JOLIET CDROMs
   correctly on the screen, you need to include the appropriate
   input/output character sets. Say Y here for the preferred Ukrainian
-  (koi8-u) and Belarussian (koi8-ru) character sets.
+  (koi8-u) and Belarusian (koi8-ru) character sets.

 NLS UTF8
 CONFIG_NLS_UTF8
@@ -19014,7 +19014,7 @@
 # LocalWords:  prio Micom xIO dwmw rimi OMIRR omirr omirrd unicode ntfs cmu NIC
 # LocalWords:  Braam braam Schmidt's freiburg nls codepages codepage Romanian
 # LocalWords:  Slovak Slovenian Sorbian Nordic iso Catalan Faeroese Galician SZ
-# LocalWords:  Valencian Slovene Esperanto Estonian Latvian Byelorussian KOI mt
+# LocalWords:  Valencian Slovene Esperanto Estonian Latvian Belarusian KOI mt
 # LocalWords:  charset Inuit Greenlandic Sami Lappish koi Alexey Kuznetsov's sa
 # LocalWords:  Specialix specialix DTR RTS RTSCTS cycladesZ Exabyte ftape's inr
 # LocalWords:  Iomega's LBFM claus ZFTAPE VFS zftape zft William's lzrw DFLT kb



--- Config.in.orig      Sun May 27 00:10:50 2001
+++ Config.in   Mon May 28 19:32:25 2001
@@ -29,7 +29,7 @@
   tristate 'Codepage 852 (Central/Eastern Europe)' CONFIG_NLS_CODEPAGE_852
   tristate 'Codepage 855 (Cyrillic)'               CONFIG_NLS_CODEPAGE_855
   tristate 'Codepage 857 (Turkish)'                CONFIG_NLS_CODEPAGE_857
-  tristate 'Codepage 860 (Portugese)'              CONFIG_NLS_CODEPAGE_860
+  tristate 'Codepage 860 (Portuguese)'              CONFIG_NLS_CODEPAGE_860
   tristate 'Codepage 861 (Icelandic)'              CONFIG_NLS_CODEPAGE_861
   tristate 'Codepage 862 (Hebrew)'                 CONFIG_NLS_CODEPAGE_862
   tristate 'Codepage 863 (Canadian French)'        CONFIG_NLS_CODEPAGE_863
@@ -43,7 +43,7 @@
   tristate 'Korean charset (CP949, EUC-KR)'        CONFIG_NLS_CODEPAGE_949
   tristate 'Thai charset (CP874, TIS-620)'         CONFIG_NLS_CODEPAGE_874
   tristate 'Hebrew charsets (ISO-8859-8, CP1255)'  CONFIG_NLS_ISO8859_8
-  tristate 'Windows CP1251 (Bulgarian, Belarussian)' CONFIG_NLS_CODEPAGE_1251
+  tristate 'Windows CP1251 (Bulgarian, Belarusian)' CONFIG_NLS_CODEPAGE_1251
   tristate 'NLS ISO 8859-1  (Latin 1; Western European Languages)' CONFIG_NLS_ISO8859_1
   tristate 'NLS ISO 8859-2  (Latin 2; Slavic/Central European Languages)' CONFIG_NLS_ISO8859_2
   tristate 'NLS ISO 8859-3  (Latin 3; Esperanto, Galician, Maltese, Turkish)' CONFIG_NLS_ISO8859_3
@@ -56,7 +56,7 @@
   tristate 'NLS ISO 8859-14 (Latin 8; Celtic)'      CONFIG_NLS_ISO8859_14
   tristate 'NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)' CONFIG_NLS_ISO8859_15
   tristate 'NLS KOI8-R (Russian)'                   CONFIG_NLS_KOI8_R
-  tristate 'NLS KOI8-U/RU (Ukrainian, Belarussian)' CONFIG_NLS_KOI8_U
+  tristate 'NLS KOI8-U/RU (Ukrainian, Belarusian)' CONFIG_NLS_KOI8_U
   tristate 'NLS UTF8'                               CONFIG_NLS_UTF8
   endmenu
 fi



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] fix more typos in Configure.help and fs/nls/Config.in
  2001-05-28 17:41 [PATCH] fix more typos in Configure.help and fs/nls/Config.in Nerijus Baliunas
@ 2001-05-29  3:00 ` Martin Dalecki
  2001-05-29 11:24   ` Nerijus Baliunas
  2001-05-29 12:34   ` Philips
  0 siblings, 2 replies; 7+ messages in thread
From: Martin Dalecki @ 2001-05-29  3:00 UTC (permalink / raw)
  To: Nerijus Baliunas; +Cc: linux-kernel, alan

Nerijus Baliunas wrote:
> 
> The ISO639 registrars call it "Belarusian". See
> http://lcweb.loc.gov/standards/iso639-2/langhome.html
> under "English Name of Language".

Which is a typo in the standard for sure, since belarussian is
meaning "White Russians".

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH] fix more typos in Configure.help and fs/nls/Config.in
  2001-05-29  3:00 ` Martin Dalecki
@ 2001-05-29 11:24   ` Nerijus Baliunas
  2001-05-29 12:34   ` Philips
  1 sibling, 0 replies; 7+ messages in thread
From: Nerijus Baliunas @ 2001-05-29 11:24 UTC (permalink / raw)
  To: Martin Dalecki; +Cc: linux-kernel, alan

> > The ISO639 registrars call it "Belarusian". See
> > http://lcweb.loc.gov/standards/iso639-2/langhome.html
> > under "English Name of Language".
> 
> Which is a typo in the standard for sure, since belarussian is
> meaning "White Russians".

No. They changed their country name to "Belarus", since
"Belarusian".

Regards,
Nerijus


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] fix more typos in Configure.help and fs/nls/Config.in
  2001-05-29  3:00 ` Martin Dalecki
  2001-05-29 11:24   ` Nerijus Baliunas
@ 2001-05-29 12:34   ` Philips
  2001-05-29 14:47     ` Alan Cox
  2001-05-30 16:45     ` Martin Dalecki
  1 sibling, 2 replies; 7+ messages in thread
From: Philips @ 2001-05-29 12:34 UTC (permalink / raw)
  To: Martin Dalecki; +Cc: Nerijus Baliunas, linux-kernel, alan

[-- Attachment #1: Type: text/plain, Size: 689 bytes --]

Martin Dalecki wrote:
> 
> Nerijus Baliunas wrote:
> >
> > The ISO639 registrars call it "Belarusian". See
> > http://lcweb.loc.gov/standards/iso639-2/langhome.html
> > under "English Name of Language".
> 
> Which is a typo in the standard for sure, since belarussian is
> meaning "White Russians".

	Standard is right.
	Believe me as someone who are living in Belarus ;-)

	Official country name: Belarus
	Language/Nationality: Belarusian

	Standard has taken things right as we pronounce them.

	Please apply the patch.

P. S. Political history had made us 'white russians' approx. hundred years ago.
Real historical name of country is Lithuania - as our neighbour country is
called now.

[-- Attachment #2: Card for Philips --]
[-- Type: text/x-vcard, Size: 407 bytes --]

begin:vcard 
n:Filiapau;Ihar
tel;pager:+375 (0) 17 2850000#6683
tel;fax:+375 (0) 17 2841537
tel;home:+375 (0) 17 2118441
tel;work:+375 (0) 17 2841371
x-mozilla-html:TRUE
url:www.iph.to
org:Enformatica Ltd.;Linux Developement Department
adr:;;Kalinine str. 19-18;Minsk;BY;220012;Belarus
version:2.1
email;internet:philips@iph.to
title:Software Developer
note:(none)
x-mozilla-cpt:;18368
fn:Philips
end:vcard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] fix more typos in Configure.help and fs/nls/Config.in
  2001-05-29 12:34   ` Philips
@ 2001-05-29 14:47     ` Alan Cox
  2001-05-29 22:36       ` Nerijus Baliunas
  2001-05-30 16:45     ` Martin Dalecki
  1 sibling, 1 reply; 7+ messages in thread
From: Alan Cox @ 2001-05-29 14:47 UTC (permalink / raw)
  To: Philips; +Cc: Martin Dalecki, Nerijus Baliunas, linux-kernel, alan

> 	Standard is right.
> 	Believe me as someone who are living in Belarus ;-)
> 
> 	Official country name: Belarus
> 	Language/Nationality: Belarusian
> 
> 	Standard has taken things right as we pronounce them.
> 
> 	Please apply the patch.

Done. Thanks for confirming it is correct

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH] fix more typos in Configure.help and fs/nls/Config.in
  2001-05-29 14:47     ` Alan Cox
@ 2001-05-29 22:36       ` Nerijus Baliunas
  0 siblings, 0 replies; 7+ messages in thread
From: Nerijus Baliunas @ 2001-05-29 22:36 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

> > 	Official country name: Belarus
> > 	Language/Nationality: Belarusian
> > 
> > 	Standard has taken things right as we pronounce them.
> > 
> > 	Please apply the patch.
> 
> Done. Thanks for confirming it is correct

You forgot to apply the second part:

--- Config.in.orig      Wed May 30 00:27:45 2001
+++ Config.in   Mon May 28 19:32:25 2001
@@ -29,7 +29,7 @@
   tristate 'Codepage 852 (Central/Eastern Europe)' CONFIG_NLS_CODEPAGE_852
   tristate 'Codepage 855 (Cyrillic)'               CONFIG_NLS_CODEPAGE_855
   tristate 'Codepage 857 (Turkish)'                CONFIG_NLS_CODEPAGE_857
-  tristate 'Codepage 860 (Portugese)'              CONFIG_NLS_CODEPAGE_860
+  tristate 'Codepage 860 (Portuguese)'              CONFIG_NLS_CODEPAGE_860
   tristate 'Codepage 861 (Icelandic)'              CONFIG_NLS_CODEPAGE_861
   tristate 'Codepage 862 (Hebrew)'                 CONFIG_NLS_CODEPAGE_862
   tristate 'Codepage 863 (Canadian French)'        CONFIG_NLS_CODEPAGE_863
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] fix more typos in Configure.help and fs/nls/Config.in
  2001-05-29 12:34   ` Philips
  2001-05-29 14:47     ` Alan Cox
@ 2001-05-30 16:45     ` Martin Dalecki
  1 sibling, 0 replies; 7+ messages in thread
From: Martin Dalecki @ 2001-05-30 16:45 UTC (permalink / raw)
  To: Philips; +Cc: Nerijus Baliunas, linux-kernel, alan

>         Standard is right.
>         Believe me as someone who are living in Belarus ;-)

OK. I trust you.

> 
>         Official country name: Belarus
>         Language/Nationality: Belarusian
> 
>         Standard has taken things right as we pronounce them.
> 
>         Please apply the patch.
> 
> P. S. Political history had made us 'white russians' approx. hundred years ago.

No white russians was formerly the russian term for polish.

> Real historical name of country is Lithuania - as our neighbour country is
> called now.

Bull shit. It was poland - most of the time you reffer to.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-05-30 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-28 17:41 [PATCH] fix more typos in Configure.help and fs/nls/Config.in Nerijus Baliunas
2001-05-29  3:00 ` Martin Dalecki
2001-05-29 11:24   ` Nerijus Baliunas
2001-05-29 12:34   ` Philips
2001-05-29 14:47     ` Alan Cox
2001-05-29 22:36       ` Nerijus Baliunas
2001-05-30 16:45     ` Martin Dalecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox