Looks like the [`FbParameter.IsNonAsciiParameterName`](https://github.com/FirebirdSQL/NETProvider/blob/5fa8f993/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbParameter.cs#L417) has a wrong condition. The `IsNullOrEmpty` should mean parameter name is ASCII. Aka the method should return false.