Panakotta00 / FicsIt-Networks

Control, Monitor, Manage and Automate your Satisfactory.
https://ficsit.app/mod/FicsItNetworks
GNU General Public License v3.0
156 stars 51 forks source link

computer.setEEPROM does not use UTF8 #210

Closed TheWhiteShadow4 closed 2 years ago

TheWhiteShadow4 commented 2 years ago

Describe the bug The Function computer.setEEPROM does not work with UTF8 Letters or Symbols. You can not use it to set the EEPROM content if you use codepoints outside the ascii block.

To Reproduce Steps to reproduce the behavior:

  1. Use the following Code in a minimal Computer Setup (CPU + RAM): computer.setEEPROM("print(\"äöü\")")
  2. Execute once.

Expected behavior The new EEPROM Code should be: print("äöü") but is: print("??????")

Additional context Fin Version 0.3.6