CraftTweaker

CraftTweaker

151M Downloads

ß inside comments leads to an error

Wxrlds opened this issue · 1 comments

commented

Issue Description:

Putting the german "ß" into a comment, no matter if inside /* */ or behind // leads to an error when reloading

What happens:

Script errors

What you expected to happen:

Script shouldn't error

Scripts used:

  1. Script: //ß
  2. Script: /* ß */

crafttweaker.log file:

Lines between 7039-7179 show the error if the first script is used and everything after 7179 shows error of the second script
https://gist.github.com/Wxrlds/f836a33fea206ce7d9e1ee15f34fb895


Environment:

  • Minecraft Version: 1.16.5
  • Forge Version: 36.0.43
  • CraftTweaker Version: CraftTweaker-1.16.5-7.1.0.135
  • Are you using a server: No, Singleplayer

Game log:

https://gist.github.com/Wxrlds/ede7d0946a005837e3235120e2ab1ff8

commented

Duplicate of #1095