File: remove-broken-unicode

package info (click to toggle)
gnome-keysign 1.3.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,460 kB
  • sloc: python: 5,143; xml: 126; makefile: 33; sh: 16
file content (13 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove broken unicode
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2025-02-08
--- a/keysign/gpgkey.py
+++ b/keysign/gpgkey.py
@@ -28,7 +28,6 @@
     """Takes a string and returns a valid utf8 encodable string
 
     Not every Python string is utf-8 encodable.
-    Take 'fo\udcf6e\udce9ba <foo@bma.d>' for example.
     This function replaces undecodable characters with a '?'
     """
     try: