MySQL Forums
Forum List  »  PHP

Re: Issue when digit special characters
Posted by: Peter Brawley
Date: November 11, 2020 01:02PM

Sorry, I misread.

The MySQL client program is odd with character sets, to put it mildly---it silently defaults to Latin1.

If you invoke it with, for example, --default-character-set=utf8mb4, the incorrect behaviour you describe persists.

But if you invoke it with --default-character-set=auto, it will handle multibyte chars correctly.

Options: ReplyQuote


Subject
Written By
Posted
Re: Issue when digit special characters
November 11, 2020 01:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.