B Seven
B Seven

Reputation: 45941

How to suppress or convert characters such as smart quotes in an HTML form?

Given and text input and a textarea, is it possible to convert characters such as smart quotes to normal quotes?

Is it possible to do this using HTML tags (perhaps pre or meta)?

Is it possible to suppress them?

What is a good way of doing this in the browser, before submitting the form?

This is for an English language page that needs only ASCII characters.

Upvotes: 0

Views: 135

Answers (1)

Billy
Billy

Reputation: 2448

how about <form accept-charset="character_set">

Upvotes: 1

Related Questions