Had to bootstrap only to language in update.php to to get the upgrade path working, and noticed that the MySQL implementation of schema API depends on unicode.inc due to truncate_utf8(). This will only come up in very obscure situations, but seems like it's possible to have the database API loaded without unicode.inc, so would be good to clean up at some point.

Comments

aspilicious’s picture

Version: 7.x-dev » 8.x-dev

Moving to 8.x

jhedstrom’s picture

Version: 8.0.x-dev » 7.x-dev
Issue summary: View changes

This should be resolved in 8 since unicode was moved to a class, which will be autoloaded. Bumping back to 7 as it may still be an issue there.