- fix bnc#683857: Unicode characters in use properly

* change the soft hyphenation char to - in tty.tmac

OBS-URL: https://build.opensuse.org/package/show/M17N/groff?expand=0&rev=15
This commit is contained in:
Michal Vyskocil 2011-06-08 09:28:25 +00:00 committed by Git OBS Bridge
parent 80e028fd80
commit 3a5cd3dbaf
2 changed files with 15 additions and 16 deletions

View File

@ -1,24 +1,17 @@
Index: groff-1.20.1/tmac/tty.tmac
===================================================================
--- groff-1.20.1.orig/tmac/tty.tmac 2009-01-09 15:25:52.000000000 +0100
+++ groff-1.20.1/tmac/tty.tmac 2011-06-06 12:03:56.471652140 +0200
@@ -66,7 +66,7 @@
+++ groff-1.20.1/tmac/tty.tmac 2011-06-08 11:06:28.611516653 +0200
@@ -65,8 +65,11 @@
.fchar \[.i] i
.fchar \[bq] ,
.
.if '\*[.T]'utf8' \
-. mso unicode.tmac
+. mso deunicode.tmac
-.if '\*[.T]'utf8' \
+.if '\*[.T]'utf8' \{\
. mso unicode.tmac
+.\" use ascii hyphenation characters - bnc#68385
+. shc -
+.\}
.
.\" color definitions
.defcolor black rgb #000000
Index: groff-1.20.1/tmac/deunicode.tmac
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ groff-1.20.1/tmac/deunicode.tmac 2011-06-06 12:05:47.272652051 +0200
@@ -0,0 +1,6 @@
+.\" deunicode.tmac
+.\"
+.char \[hy] -
+.char \[oq] `
+.char \[cq] '
+.\" EOF

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 8 09:06:44 UTC 2011 - mvyskocil@suse.cz
- fix bnc#683857: Unicode characters in use properly
* change the soft hyphenation char to - in tty.tmac
-------------------------------------------------------------------
Mon Jun 6 10:10:08 UTC 2011 - mvyskocil@suse.cz