Skip to content

This JavaScript tool automatically inserts the historical long S character ( ſ ) into text based on language-specific spelling conventions for English, French, German, Spanish, and Italian.

License

Notifications You must be signed in to change notification settings

travisgk/long-s-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

long-s-converter

This is a JavaScript tool that converts text to use the archaic long S letter ( ſ ) in its spellings.
English, French, German, Spanish, and Italian are supported.

It's a JavaScript version of my original Python code found at py-long-s.

Special Thanks

Thank you Andrew West of the TeX Users Group for the documentation found under The Rules for Long S, which was fundamental in writing the conversion functions for English, French, Spanish, and Italian.