邮箱校验添加对中文的支持

This commit is contained in:
Looly
2023-05-14 23:13:12 +08:00
parent 721faf353a
commit d91fc69da1
2 changed files with 24 additions and 23 deletions

View File

@@ -9,6 +9,7 @@
* 【poi 】 优化Sax方式读取时空白行返回0修改为返回-1issue#I6WYF6@Gitee
* 【db 】 优化count查询兼容informixissue#I713XQ@Gitee
* 【core 】 去除Opt头部的GPL协议头pr#995@Gitee
* 【core 】 邮箱校验添加对中文的支持pr#997@Gitee
### 🐞Bug修复
* 【core 】 修复URLUtil.decode无法解码UTF-16问题issue#3063@Github