I'm developing a simple site that doesn't use PHP. This the first website I've programmed from scratch and I'm trying to find the standard method for replacing ' and " (foot and inch marks) with proper apostrophe's and smart quotes . I've looked for an answer but mostly what I'm finding applies to PHP or other backend situations I don't recognize, or it seems to be an article written in the early 2000's. The only thing I know to do is to edit the actual content with the appropriate entity name, but what a pain that would be for a whole site. There must be a trick I don't know about? Did I mention this is my first website:)
replacing ' and " characters with proper quotation marks
568 Views Asked by kevek At
2
There are 2 best solutions below
0
Damien
On
I'm more a backend guy when it comes to handle smart typography (I'm the creator of JoliTypo) but another tool I know is Typesetters.js.
You have to install a custom font and a javascript file but you will end-up with a pretty good rendering / typography. I think it only handle English quotes too.
Related Questions in HTML
- How to store a date/time in sqlite (or something similar to a date)
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- Is there any way to glow this bulb image like a real light bulb
- With non-graphical maps in Leaflet, zoomDelta doesn't work
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- Displaying a Movie List on a Website Using Jinja2 and Bootstrap
- How to redirect to thank you page after submitting a Google form embedded into a Google Site?
- Storing selected language in localStorage
- Fences (parenthesis, braces) in HTML and MathML
- Understanding Scroll Anchoring Behavoir
Related Questions in APOSTROPHE
- How to you remove multiple apostrophes from filepaths?
- Bigquery: Referencing column values with apostrophe in where clause
- How to handle apostrophe in an INSERT statement when inserting into Clickhouse using Python?
- Keep apostrophes when reading Excel file into pandas dataframe
- Proper way to write a dynamically built PHP form with input from array in Laravel
- How Do I Pass A Schema Value With Units From Apostrophe 3?
- Apostrophe issue with FFmpeg
- keeping the apostrophe using the textcnt function from the tau package in R
- Access: Filtering form on field - fails when fields contains an apostrophe
- How to deal with apostrophes when calling a stored function?
- SQL Select As with Apostrophe
- Transliteration from Ukrainian to English
- How to remove the apostrophe in 'Don't Know' observations in R
- How To use MYSQL Select Query to find an Apostrophe followed by an Uppercase letter, made from a typo (typographic) error
- How do I set additional file groups in Apostrophe 3 CMS attachment module?
Related Questions in SMART-QUOTES
- Wordpress plugin ignoring wptexturize, but I want smart quotes/apostrophes
- How do I change smart-quote language in Gatsby JS?
- Smart Quotes and Ligatures in pandoc
- How do I convert MS Smart quotes “ into ascii? using Tool command language (TCL)
- How to ensure correct Smart Quotes in Sphinx?
- iOS 11 Safari HTML - Disable "Smart Punctuation"?
- SQL 2008 remove smart quotes before data insert
- skipping html tags in php regex
- php passing a utf-8 encoded string fails on soapCall
- idn_encode failed (3): ‘Non-digit/letter/hyphen in input’
- How to remove smart quote and emdash in PHP and replace them with space and regular dash?
- HTML in title attribute is converting to smart quotes in Wordpress
- gzuncompress has trouble with smart quotes
- replacing ' and " characters with proper quotation marks
- Black Diamond Replacing Smart Quotes in a Post
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Use a HTML editor that allows to load multiple files and do a multiple replace in all the files at once. I use Coffee Cup HTML Editor for such, albeit it is buggy.