Bug #107368 "utfmb3" should be "utf8mb3" in the 10.3.7 The National Character Set
Submitted: 23 May 2022 9:39 Modified: 23 May 2022 16:39
Reporter: Yasuo Honda Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0.29 OS:Any
Assigned to: CPU Architecture:Any

[23 May 2022 9:39] Yasuo Honda
Description:
There is a typo in this documentation page. utfmb3 should be utf8mb3.

https://dev.mysql.com/doc/refman/8.0/en/charset-national.html

> MySQL 8.0 interprets the national character set as utfmb3, which is now deprecated. 

It should be

> MySQL 8.0 interprets the national character set as utf8mb3, which is now deprecated. 

How to repeat:
Go to https://dev.mysql.com/doc/refman/8.0/en/charset-national.html

Suggested fix:
https://dev.mysql.com/doc/refman/8.0/en/charset-national.html

> MySQL 8.0 interprets the national character set as utfmb3, which is now deprecated. 

It should be

> MySQL 8.0 interprets the national character set as utf8mb3, which is now deprecated.
[23 May 2022 9:42] MySQL Verification Team
Hello Yasuo Honda,

Thank you for the report and feedback.

regards,
Umesh
[23 May 2022 16:39] Stefan Hinz
Posted by developer:
 
Typo fixed. Thanks for reporting!