HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPageBLL.cs
@@ -34,6 +34,11 @@ } if (function.name != name) { if(name.Contains("[\\ud800\\udc00-\\udbff\\udfff\\ud800-\\udfff]")) { HDLCommon.Current.ShowAlert(Language.StringByID(StringId.CannotEnterSpecialCharacters)); return; } function.name = name; btnFunctionName.Text = name; function.SaveFunctionData(true);