The following line is in a marking file that gets included during gen_erate translation.
.// 以下 does not exit になるやつ
On Linux, gen_erate deals with this just fine. On Windows, I see a character mapping error.
q.main.arc: 19: ERROR: 'charmap' codec can't decode byte 0x81 in position 26: character maps to
Traceback (most recent call last):
File "C:\Users\cort\workspace2016_2\MicrowaveOven\gen\code_generation\arc\sys.arc", line 73
File "C:\Users\cort\workspace2016_2\MicrowaveOven\gen\code_generation\arc\q.main.arc", line 19
'charmap' codec can't decode byte 0x81 in position 26: character maps to
Do you have advice?
The following line is in a marking file that gets included during gen_erate translation.
.// 以下 does not exit になるやつ
On Linux, gen_erate deals with this just fine. On Windows, I see a character mapping error.
q.main.arc: 19: ERROR: 'charmap' codec can't decode byte 0x81 in position 26: character maps to Traceback (most recent call last): File "C:\Users\cort\workspace2016_2\MicrowaveOven\gen\code_generation\arc\sys.arc", line 73 File "C:\Users\cort\workspace2016_2\MicrowaveOven\gen\code_generation\arc\q.main.arc", line 19 'charmap' codec can't decode byte 0x81 in position 26: character maps toDo you have advice?