Skip to content

Commit 57be3c7

Browse files
authored
Update README.org
Add description of unicode display issue
1 parent d1a6a60 commit 57be3c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,7 @@ running gnuplot process will make Emacs appear to freeze. (It isn't
194194
really crashed: typing =C-g= will unlock it and let you continue). The
195195
workaround for now is to make Gnuplot output a string before pausing,
196196
by doing =pause -1 "Hit return"= or similar.
197+
198+
** Issue with Unicode Character Display
199+
200+
Some users have reported [[https://github.com/emacs-gnuplot/gnuplot/issues/39][issues when trying to display unicode characters]]. This issue is likely due to your distribution bundling gnuplot with [[https://unix.stackexchange.com/questions/496206/unicode-in-gnuplot-terminal/496245#496245][editline instead of readline]]. Recompiling the source with support for unicode should fix the issue until this issue is fixed upstream. Thanks to [[https://github.com/rolandog][rolandog]] for discovering this fix.

0 commit comments

Comments
 (0)