[PATCH] Small LC_IDENTIFICATION address fix

Andreas Schwab schwab@suse.de
Thu Jun 29 07:54:00 GMT 2000


Jakub Jelinek <jakub@redhat.com> writes:

|> --- libc/localedata/locales/en_GB.jj	Thu Jun 29 07:39:55 2000
|> +++ libc/localedata/locales/en_GB	Thu Jun 29 14:34:54 2000
|> @@ -22,7 +22,7 @@ comment_char  %
|>  LC_IDENTIFICATION
|>  title      "English locale for Britain"
|>  source     "RAP"
|> -address    "Sankt Jo//rgens Alle 8, DK-1615 Ko//benhavn V, Danmark"
|> +address    "Sankt Jo<U00F8>rgens Alle 8, DK-1615 K<U00F8>benhavn V, Danmark"
                       ^^^^^^^^
Shouldn't that rather be

address    "Sankt J<U00F8>rgens Alle 8, DK-1615 K<U00F8>benhavn V, Danmark"
                   ^^^^^^^
?

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg


More information about the Libc-hacker mailing list