[MDEV-9203] Remove or fix the line with "languages" in errmsg-utf8.txt Created: 2015-11-27 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
There is a line in errmsg-utf8.txt:
This line is a remainder from earlier versions when we had errmsg.txt instead of errmsg-utf8.txt, and messages were in different character sets. Have a look into 5.3 sources. It was tough to edit this errmsg.txt file because text editors got confused about a mixture of different character sets in the same file. So at some point we decided to convert all messages to utf8 and created a new file errmsg-utf8.txt and removed the old errmsg.txt For some reasons this line with "languages" migrated into the new file as is, with the old character set names and now looks confusing. This line should be fixed not to mention character set names as the entire file is now in UTF8. Something like this should work:
|