ngspice/README.utf8

26 lines
903 B
Plaintext
Raw Normal View History

use utf-8 for encoding of strings, this enables UNICODE
international characters sets (of nearly any language)
in titles, labels, file and folder names.
2017-10-08 12:35:04 +02:00
Windows uses utf-16 and conversion functions between utf-8
and utf-16, if access to Windows API functions is needed.
A special fopen has been defined.
In addition, plot labels on the y axis now are placed
2017-10-08 12:35:04 +02:00
vertically, 90°, by using the Windows API or the Linux Xft library.
2017-10-08 12:35:04 +02:00
Postscript plotting uses only a UNICODE subset, namely
ISO-8859-1/ISO-8859-15, that allows extended ascii.
2017-10-08 12:35:04 +02:00
Better looking fonts are now used for labelling the axes.
2017-12-09 12:51:56 +01:00
Variables xbrushwidth and gridwidth (to be set e.g. in
.spiceinit) allow setting separately the linewidths of the
2017-12-09 12:51:56 +01:00
graph (xbrushwidth) and the grid (gridwidth).
2019-12-07 20:38:39 +01:00
Slight modification of the Windows GUI string window to
enhance readability.
Windows GUI is now more responsive during lengthy op
calculations.