Closed johnnyontheweb closed 9 years ago
I get "Invalid token" error when I use Jace in specific CultureInfo programs. For example, I get this error on the character "," in a in if clause when I use the Italian Culture.
Solve adding the line: System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture; in Jace.Tokenizer.TokenReader.Read.
I get "Invalid token" error when I use Jace in specific CultureInfo programs. For example, I get this error on the character "," in a in if clause when I use the Italian Culture.