all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ps-spool-buffer and UTF-8
@ 2021-06-10 10:18 Peter Münster
  2021-06-10 11:30 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Münster @ 2021-06-10 10:18 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

How could I print characters like
€, ’ or œ with ps-spool-buffer please?

When I print a buffer with a line like

   centres d’intérêt, 100€, œuvre

I get this output:

   centres d?intérêt, 100⁄, ‰uvre

TIA for any help,
-- 
           Peter




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

* Re: ps-spool-buffer and UTF-8
  2021-06-10 10:18 ps-spool-buffer and UTF-8 Peter Münster
@ 2021-06-10 11:30 ` Eli Zaretskii
  2021-06-10 16:40   ` Jean Louis
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2021-06-10 11:30 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Peter Münster <pm@a16n.net>
> Date: Thu, 10 Jun 2021 12:18:54 +0200
> 
> How could I print characters like
> €, ’ or œ with ps-spool-buffer please?
> 
> When I print a buffer with a line like
> 
>    centres d’intérêt, 100€, œuvre
> 
> I get this output:
> 
>    centres d?intérêt, 100⁄, ‰uvre

I suggest to read the commentary at the beginning of ps-mule.el.



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

* Re: ps-spool-buffer and UTF-8
  2021-06-10 11:30 ` Eli Zaretskii
@ 2021-06-10 16:40   ` Jean Louis
  2021-06-10 16:58     ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Jean Louis @ 2021-06-10 16:40 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs

* Eli Zaretskii <eliz@gnu.org> [2021-06-10 14:56]:
> > From: Peter Münster <pm@a16n.net>
> > Date: Thu, 10 Jun 2021 12:18:54 +0200
> > 
> > How could I print characters like
> > €, ’ or œ with ps-spool-buffer please?
> > 
> > When I print a buffer with a line like
> > 
> >    centres d’intérêt, 100€, œuvre
> > 
> > I get this output:
> > 
> >    centres d?intérêt, 100⁄, ‰uvre
> 
> I suggest to read the commentary at the beginning of ps-mule.el.

I need that as well.

So far the BDF fonts are somehow weird and ugly. I have got it fresh
from https://www.gnu.org/s/intlfonts and they are really not nice.

Printing is great feature. But we don't have yet good international
solution.


Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/





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

* Re: ps-spool-buffer and UTF-8
  2021-06-10 16:40   ` Jean Louis
@ 2021-06-10 16:58     ` Eli Zaretskii
  2021-06-10 17:06       ` Jean Louis
  2021-06-11 13:53       ` Peter Münster
  0 siblings, 2 replies; 6+ messages in thread
From: Eli Zaretskii @ 2021-06-10 16:58 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Thu, 10 Jun 2021 19:40:19 +0300
> From: Jean Louis <bugs@gnu.support>
> Cc: help-gnu-emacs@gnu.org
> 
> > I suggest to read the commentary at the beginning of ps-mule.el.
> 
> I need that as well.
> 
> So far the BDF fonts are somehow weird and ugly.

That's not the only alternative described in that commentary.



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

* Re: ps-spool-buffer and UTF-8
  2021-06-10 16:58     ` Eli Zaretskii
@ 2021-06-10 17:06       ` Jean Louis
  2021-06-11 13:53       ` Peter Münster
  1 sibling, 0 replies; 6+ messages in thread
From: Jean Louis @ 2021-06-10 17:06 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 520 bytes --]

* Eli Zaretskii <eliz@gnu.org> [2021-06-10 20:00]:
> > Date: Thu, 10 Jun 2021 19:40:19 +0300
> > From: Jean Louis <bugs@gnu.support>
> > Cc: help-gnu-emacs@gnu.org
> > 
> > > I suggest to read the commentary at the beginning of ps-mule.el.
> > 
> > I need that as well.
> > 
> > So far the BDF fonts are somehow weird and ugly.
> 
> That's not the only alternative described in that commentary.

I have tried all alternatives and the BDF combined with latin.

Look at the problem in attachment, it does not look nice.



[-- Attachment #2: 2021-06-10-20:05:31.png --]
[-- Type: image/png, Size: 3624 bytes --]

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

* Re: ps-spool-buffer and UTF-8
  2021-06-10 16:58     ` Eli Zaretskii
  2021-06-10 17:06       ` Jean Louis
@ 2021-06-11 13:53       ` Peter Münster
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Münster @ 2021-06-11 13:53 UTC (permalink / raw)
  To: help-gnu-emacs

On Thu, Jun 10 2021, Eli Zaretskii wrote:

>> So far the BDF fonts are somehow weird and ugly.
>
> That's not the only alternative described in that commentary.

The other is ps-multibyte-buffer = nil.
And then adjusting ps-mule-font-info-database-default. But how?

I've tried:
((iso-8859-15
  (normal
   builtin  ; "nil" does not change anything and "vflib" doesn't work
   nil)))   ; "nil" because I don't know which font-name...
But the result is the same...

-- 
           Peter




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

end of thread, other threads:[~2021-06-11 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-10 10:18 ps-spool-buffer and UTF-8 Peter Münster
2021-06-10 11:30 ` Eli Zaretskii
2021-06-10 16:40   ` Jean Louis
2021-06-10 16:58     ` Eli Zaretskii
2021-06-10 17:06       ` Jean Louis
2021-06-11 13:53       ` Peter Münster

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.