mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Replace fragile Unicode-range regex with positive ASCII check (/^[\x20-\x7E]+$/) that also catches emoji and supplementary plane characters. Update OpenAPI spec to document percent-encoding.