File: do-not-use-utf8x.patch

package info (click to toggle)
pyscanfcs 0.3.6%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 1,428 kB
  • sloc: python: 2,676; makefile: 55; sh: 11
file content (15 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: use package [utf8] instead of [utf8x]
Author: Nilesh Patra <nilesh@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016342
Last-Update: 2022-08-07
--- a/doc/PyScanFCS_doc.tex
+++ b/doc/PyScanFCS_doc.tex
@@ -3,7 +3,7 @@
 %Wir arbeiten mit PDF-Latex.
 %Bei Texmaker unter Werkzeuge > PDFLaTeX (F6)
 
-\usepackage[utf8x]{inputenc}
+\usepackage[utf8]{inputenc}
 
 %Für deutsche Schriften:
 %\usepackage[ngerman]{babel}