digit 判定とかもロケールに依存してそう
Char.IsDigit Method (System) | Microsoft Learn
https://learn.microsoft.com/ja-jp/dotnet/api/system.char.isdigit?view=net-8.0#system-char-isdigit(system-char)
> Indicates whether the specified Unicode character is categorized as a decimal digit.
ロケールどころか Unicode カテゴリwww
Char.IsAsciiDigit(Char) Method (System) | Microsoft Learn
https://learn.microsoft.com/ja-jp/dotnet/api/system.char.isasciidigit?view=net-8.0
なんだ is ascii digit もあるじゃん、じゃあ許す