mbuesch / awlsim

STEP-7 AWL/STL PLC simulator

Home Page:http://bues.ch/a/awlsim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-English names are not displayed in the compiler window

uncle-yura opened this issue · comments

commented

Non-English names are not displayed in the compiler window.
Instead of words it turns out "____".

// 
// FUNCTION generated by Awlsim FUP compiler
// 
// Source            : 123 ____ 
// Compiler version  : 0.73.0-pre
// AWL mnemonics     : DE (German)
// Optimizers        : grid-1: biefwd, lblrem, noprem
// 
FUNCTION FC 1 : VOID
	TITLE   = 123 ____ 
	FAMILY  : FUP
	VERSION : 0.73.0-pre
BEGIN
        BE;
END_FUNCTION

Thanks for your report.

This behaviour actually is on purpose.
AWL/STL sources are Latin1 encoded to be S7 compatible. So any non-Latin1 character in freetext fields (like names, titles or comments) is substituted.