Package: iso-codes
Version: 0.44-1
Severity: minor
Tags: patch i18n

I just discovered this line in /usr/share/iso-codes/iso_639.tab:

  nob     nob     nb      Bøkmal, Norwegian

This is a typo.  The special Norwegian character should replace the
'a' in bokmål, not the o.

  nob     nob     nb      Bokmål, Norwegian

In case the charset of this mail is messed up, this is a command line
to generate the character in question:

  printf "\xe5\n" |iconv -f latin1 -t utf-8

And here is a patch to fix it.

-- /usr/share/iso-codes/iso_639.tab    2005-02-06 15:20:16.000000000 +0100
+++ /tmp/iso_639.tab    2005-06-08 23:29:59.000000000 +0200
@@ -323,7 +323,7 @@
 nic    nic     XX      Niger-Kordofanian (Other)
 niu    niu     XX      Niuean
 nno    nno     nn      Norwegian Nynorsk
-nob    nob     nb      Bøkmal, Norwegian
+nob    nob     nb      Bokmål, Norwegian
 nog    nog     XX      Nogai
 non    non     XX      Norse, Old
 nor    nor     no      Norwegian

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=nb_NO, LC_CTYPE=nb_NO (charmap=ISO-8859-1)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to