diff options
Diffstat (limited to 'debian/patches/01-utf-8-encoding.patch')
-rw-r--r-- | debian/patches/01-utf-8-encoding.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/01-utf-8-encoding.patch b/debian/patches/01-utf-8-encoding.patch new file mode 100644 index 0000000..3b2a2e8 --- /dev/null +++ b/debian/patches/01-utf-8-encoding.patch @@ -0,0 +1,14 @@ +While the file is mostly UTF-8 encoded, there is one char left from the +ISO-8859-1 era. Fix that. + +--- usb.ids-2022.12.09.orig/usb.ids ++++ usb.ids-2022.12.09/usb.ids +@@ -24209,7 +24209,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) |