1. Convert mixed-script text for a legacy field
Data-entry specialistBackground
A data-entry specialist receives names and location text containing accented Latin, Chinese, and Cyrillic characters, but the destination system accepts ASCII text.
Problem
The source text needs to remain readable while unsupported characters are removed or romanized.
How to use
Paste "Café 北京 Привет" into the text field and leave Unknown handling set to Drop non-translatable.
{"text":"Café 北京 Привет","keepUnknown":"drop"}Outcome
The accented Latin text is deaccented, 北京 becomes pinyin, and Привет is romanized into readable ASCII.