Message to Morse code
Fold accents, then encode to dots and dashes with / between words.
International Morse covers the unaccented Latin letters, the digits and a handful of punctuation marks. Anything outside that has no code, so the first step folds accented letters down to their base forms and the second encodes what remains.
Words are separated by a slash, which is the convention for written Morse and the one thing that makes a long string readable back. Both steps run locally in your browser — nothing is transmitted anywhere, which is a joke that writes itself.
Questions
Build your own chain in the pipeline builder.