Skip to content

unicode characters wrong representation #39

Closed
@matsievskiysv

Description

@matsievskiysv

Here is a test script for gnuplot:

reset
set encoding utf8
set terminal pngcairo enhanced
set grid
set xlabel 'α'
set ylabel 'Δβ'
set output "./test.png"
plot [x=0:5] exp(-x)*cos(5*x) with lines title "I_{b} = 0,2 Ампер"

When I run this from command line with gnuplot test.gpi, I get the following output:

test

But when I open the same file in emacs and issue the command gnuplot-send-buffer-to-gnuplot, I get:

test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions