File: 01-utf-8-encoding.patch

package info (click to toggle)
usb.ids 2025.07.26-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,212 kB
  • sloc: makefile: 5
file content (14 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)