mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-04 21:56:01 +01:00
92f41d5360
* Fixes paper text length not counting correctly for cyrillic characters (#75021) ## About The Pull Request It turns out someone used regular length() in papers code which caused all cyrillic and some other characters to count as two symbols even though tgui itself shows and counts them as one. Should be working fine now. ## Why It's Good For The Game less bugs = better game ## Changelog 🆑 fix: papers should count cyrillic and other non-ascii characters correctly both server and client-side /🆑 * Fixes paper text length not counting correctly for cyrillic characters --------- Co-authored-by: Iajret <8430839+Iajret@users.noreply.github.com>