File: 0001-Fix-encoding.patch

package info (click to toggle)
libtk-codetext-perl 0.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 1,787; sh: 51; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 3 Jan 2023 17:59:24 +0100
Subject: Fix encoding

---
 CodeText/Bash.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CodeText/Bash.pm b/CodeText/Bash.pm
index cad9a9b..2acf5fb 100755
--- a/CodeText/Bash.pm
+++ b/CodeText/Bash.pm
@@ -220,8 +220,10 @@ Tk::CodeText::Bash - a Plugin for HTML syntax highlighting
 
 =head1 SYNOPSIS
 
+=encoding utf-8
+
  require Tk::CodeText::Bash;
- my $sh = new Tk::CodeText::Bash([
+ my $sh = new Tk::CodeText::Bash( [
 	['Text'],
    ['Tag', -foreground => 'brown'],
    ['Attr', -foreground => 'darkblue'],