https://github.com/travisgk/long-s-converter
This JavaScript tool accurately inserts the historical long S character ( ſ ) into text based on language-specific spelling conventions for English, French, German, Spanish, and Italian.
https://github.com/travisgk/long-s-converter
alphabet character-substitution converter english french german historical historical-linguistics history italian language languages latin-alphabet linguistics long-s orthography spanish spelling text-processing
Last synced: about 1 month ago
JSON representation
This JavaScript tool accurately inserts the historical long S character ( ſ ) into text based on language-specific spelling conventions for English, French, German, Spanish, and Italian.
- Host: GitHub
- URL: https://github.com/travisgk/long-s-converter
- Owner: travisgk
- License: mit
- Created: 2024-09-19T20:50:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:46:40.000Z (6 months ago)
- Last Synced: 2024-10-24T16:25:06.741Z (6 months ago)
- Topics: alphabet, character-substitution, converter, english, french, german, historical, historical-linguistics, history, italian, language, languages, latin-alphabet, linguistics, long-s, orthography, spanish, spelling, text-processing
- Language: JavaScript
- Homepage: https://travisgk.github.io/long-s-converter/
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# long-s-converter
### [Click here to use the converter.](https://travisgk.github.io/long-s-converter/)
This online tool accurately inserts the historical long S character ( ſ ) back into text in order to make it appear as if it were written before the 20th century.English, French, German, Spanish and Italian are supported.

## Python Repo
This is a JavaScript version of my original Python code found at [py-long-s](https://github.com/travisgk/py-long-s).
## Special Thanks
Thank you Andrew West of the TeX Users Group for the documentation found under [The Rules for Long S](https://www.tug.org/TUGboat/tb32-1/tb100west.pdf), which was fundamental in writing the conversion functions for English, French, Spanish, and Italian.