Files
Bubberstation/code/modules/paperwork
SkyratBot 92f41d5360 [MIRROR] Fixes paper text length not counting correctly for cyrillic characters [MDB IGNORE] (#20840)
* 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>
2023-04-30 10:58:42 +01:00
..