Umlauts in gnuplot command line

梦想与她 提交于 2019-12-06 04:18:32

The same problem exist on Debian Jessie. It seems that it only appears in the interactive mode, reading commands containing umlauts from a file works as expected.

According to this Ubuntu bug report the reason is that the gnuplot executable is linked against libedit instead of libreadline due to licensing issues. There they also link the reason that it is legal to work around this issue by running gnuplot from the commandline as

LD_PRELOAD=/lib/x86_64-linux-gnu/libreadline.so.6 gnuplot

Depending on how you start the program you might want to put this command into an alias or something similar.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!