Enable UTF-8 text support for Gnuplot's x11 terminal: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:
To enable support for UTF-8, add the lines below to your {{Path|~/.Xdefaults}}.
To enable support for UTF-8, add the lines below to your {{Path|~/.Xdefaults}}.


<syntaxhighlight>
<syntaxhighlight lang="text">
  ! gnuplot settings
  ! gnuplot settings
  gnuplot*font: mbfont:-misc-fixed-medium-r-normal-*-*-*-100-100-*-*-iso10646-*
  gnuplot*font: mbfont:-misc-fixed-medium-r-normal-*-*-*-100-100-*-*-iso10646-*
Line 10: Line 10:
To enable these settings, type the following command at the shell prompt.
To enable these settings, type the following command at the shell prompt.


<syntaxhighlight>
<syntaxhighlight lang="text">
  xrdb -merge .Xdefaults
  xrdb -merge .Xdefaults
</syntaxhighlight>
</syntaxhighlight>