1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 09:28:45 +08:00
Bartłomiej Dach 3a4497af32
Constrain range of usable characters in romanised metadata to ASCII only
Closes https://github.com/ppy/osu/issues/31398.

Rationale given in issue.

Compare stable logic:

- 2280c4c436/osu!/GameModes/Edit/Forms/SongSetup.cs#L118-L122
- 2280c4c436/osu!common/Helpers/GeneralHelper.cs#L410-L423

The control character check is a bit gratuitous (text boxes will already
not allow insertion of those, see
e05cb86ff6/osu.Framework/Graphics/UserInterface/TextBox.cs (L92)),
but as it's a general helper I figured might as well.
2025-01-06 14:04:47 +01:00
..
2024-11-28 20:41:44 +08:00
2024-12-19 09:21:49 +01:00
2025-01-04 01:28:33 +09:00
2024-07-03 00:19:04 +09:00
2024-12-16 13:14:21 +09:00
2024-12-12 15:23:00 -08:00
2024-12-24 15:17:10 +09:00
2024-12-27 21:36:07 +09:00