1 Commits

Author SHA1 Message Date
Matt Atlas eeefc04d3a Fixes saving characters with multiple long-name languages. (#21262)
This is a bug that affects characters with multiple long language names:
`language":"Elyran+Standard=&Sol+Common=&Encoded+Audio+Language="`
This exceeds the limit of 50 characters for the language column, thus
bricking the saving.

The limit has been changed to 75 characters.

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2025-09-29 22:07:10 +00:00