ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Modify ToUnicode with Goodies
@ 2021-06-03  9:25 Christoph Reller
  2021-06-07 17:05 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Reller @ 2021-06-03  9:25 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1618 bytes --]

Hi,

On Windows, we have the consola font. Consider the MWE:

\starttext
\definedfont[name:consola*default at 12 pt]
-
\stoptext

The output PDF is correctly generated with recent versions of ConTeXt LMTX.
The hyphen is, however, mapped to a soft hyphen
<https://unicode-table.com/en/00AD/> by means of the ToUnicode table which
contains:
    beginbfchar
        <015E> <00AD>
    endbfchar

Consequently, when copying the text from the PDF and pasting in an editor
or a console, the soft hyphen is pasted.

I would like to change the ToUnicode information to an ordinary hyphen-minus
<https://unicode-table.com/en/002D/>:
    beginbfchar
        <015E> <002D>
    endbfchar

I have tried with a goodies file, and an updated MWE:

--- 8< ------------------------------------------
return {
   name = "consola",
   version = "1.00",
   comment = "",
   author = "",
   copyright = "",
   remapping = {
      tounicode = true,
      unicodes = {
         hyphen = 0x002D,
      },
   },
}
--- 8< ------------------------------------------
\definefontfeature[consola][mode=base, goodies=consola, unicoding=yes]
\starttypescript[mono][consolas]
  \definefontsynonym[ConsolasRegular][file:consola][features=consola]
\stoptypescript
\starttypescript[mono][consolas]
  \definefontsynonym[Mono][ConsolasRegular]
\stoptypescript
\definetypeface[Body][tt][mono][consolas][default]
\setupbodyfont[Body, ss, 10pt]

\starttext
\tt -
\stoptext
--- 8< ------------------------------------------

Unfortunately, this has no effect.

Please tell me how to correctly update ToUnicode information with a goodies
file.

Cheers,
Christoph

[-- Attachment #1.2: Type: text/html, Size: 2298 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-20  4:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03  9:25 Modify ToUnicode with Goodies Christoph Reller
2021-06-07 17:05 ` Hans Hagen
2021-06-20  4:03   ` Christoph Reller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).