-
Notifications
You must be signed in to change notification settings - Fork 388
add custom-normalizer and unicode_normalize #3114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| SELECT unicode_normalize('Café', 'NFD'); | ||
| ``` | ||
| ``` | ||
| Café |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
参考下其它文档,这里用正常的mysql client输出格式吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
|
||
| ## 描述 | ||
|
|
||
| Unicode 标准化(归一化)。根据指定模式对输入字符串进行标准化。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
给个链接或者解释一下?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| abc 123 | ||
| ``` | ||
|
|
||
| ## 关键词 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
新函数文档都不要加关键词了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
|
||
| 返回输入字符串标准化后的 `VARCHAR` 字符串。 | ||
|
|
||
| ## 示例 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多来一些例子来解释这些分解?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Versions
Languages
Docs Checklist