1
0
mirror of https://github.com/vcrhonek/hwdata synced 2025-10-14 02:43:35 +08:00
Files
hwdata/01-utf-8-encoding.patch.patch
Vitezslav Crhonek e9c61133aa Fix issues in usb.ids
Apply Debian patches fixing usb.ids encoding and a couple
of typos (patch by Peter Samuelson <peters@p12n.org>).

Add usb.ids to check that the file is valid UTF-8.

Signed-off-by: Vitezslav Crhonek <vcrhonek@redhat.com>
2025-02-14 13:18:01 +01:00

12 lines
468 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- usb.ids.orig 2025-02-10 12:18:44.961357388 +0100
+++ usb.ids 2025-02-10 12:20:17.220507456 +0100
@@ -24479,7 +24479,7 @@
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)