mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
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:
parent
2a9ba96c67
commit
c579960977
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user