Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Input() may crash on umlauts

    Bug Reporting (FUZE 4 Nintendo Switch)
    1
    1
    112
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • spikey
      spikey F last edited by

      No high prio.
      Assumption: the backspace button deletes characters by byte not by character.
      Reproduction:
      1.) create this program:

      a = input("Umlaut test")
      

      2.) run it
      3.) type ä
      4.) press backspace (a char appears, with the byte code 192, shown as À)
      5.) now type ä again
      6.) message "The software was closed because an error occurred." appears

      1 Reply Last reply Reply Quote 3
      • First post
        Last post