Browse Source

more precise warning of potential failure

pre-master-46
Holger Vogt 6 years ago
parent
commit
c77741c2a9
  1. 2
      examples/utf-8/стекло/ext-ascii-1.cir
  2. 3
      examples/utf-8/стекло/ext-ascii-2.cir

2
examples/utf-8/стекло/ext-ascii-1.cir

@ -1,5 +1,7 @@
* test de titre * test de titre
* file is encoded as ASCII ! * file is encoded as ASCII !
* will lead to error in the ngspice UNICODE utf8 version
* is o.k. only if ngspice is compiled with --disable-utf8 flag
.control .control

3
examples/utf-8/стекло/ext-ascii-2.cir

@ -1,6 +1,7 @@
* test de titré * test de titré
* file is encoded as ASCII ! * file is encoded as ASCII !
* It will fail in utf8 mode.
* will lead to error in the ngspice UNICODE utf8 version
* is o.k. only if ngspice is compiled with --disable-utf8 flag
.control .control
set encoding=extended_ascii set encoding=extended_ascii

Loading…
Cancel
Save