hwdb: fix invalid encoding in usb.ids

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).
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-10-02 13:19:22 +02:00
parent 2a9ba96c67
commit c579960977

View 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)