lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

Recognize utf8mb4 DB_CHARSET as a valid match to a CHARSET of utf-8 #124

Closed lat9 closed 5 years ago

lat9 commented 5 years ago

Since zc156+ now supports a DB_CHARSET of utf8mb4, need to update the DbIo's pre-checks to properly associate the two as a valid combination.

See this Zen Cart posting for details.