more precise warning of potential failure
This commit is contained in:
parent
b26c054f51
commit
07a203a7ce
|
|
@ -1,5 +1,7 @@
|
|||
* test de titre
|
||||
* 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
* test de titré
|
||||
* 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
|
||||
set encoding=extended_ascii
|
||||
|
|
|
|||
Loading…
Reference in New Issue