]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: fix invalid encoding in usb.ids
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Oct 2017 11:19:22 +0000 (13:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Oct 2017 11:19:22 +0000 (13:19 +0200)
0xB4 is the code point for "accent acute", but when encoded in utf-8,
is is a multibyte sequence. A single 0xB4 byte is invalid (seems to be
latin1).

hwdb/usb.ids

index 988b8c8df764710f1c2f2e12c32165c14dbdf252..dae1bf350c7e2c828190b85209e37778fbfb9880 100644 (file)
@@ -19915,7 +19915,7 @@ HUT 07  Keyboard
        031  \ and | (Backslash and Bar)
        032  # and ~ (Hash and Tilde, Non-US Keyboard near right shift)
        033  ; and : (Semicolon and Colon)
-       034  ´ and " (Accent Acute and Double Quotes)
+       034  Â´ and " (Accent Acute and Double Quotes)
        035  ` and ~ (Accent Grace and Tilde)
        036  , and < (Comma and Less)
        037  . and > (Period and Greater)