
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
transliterating-input
Advanced tools
A custom HTML input element that supports transliteration for multiple languages.
A custom zero dependencies HTML input element that supports transliteration for multiple languages including Simplified Coptic, Coptic Beta Code, Simplified Arabic, Simplified Hebrew, and Simplified Greek.
The mapping in transliterationData
other than for coptic beta code (which is based on Amir Zeldes mapping) is very debatable.
There is some level of support for "final forms" of letters - which is also debatable.
Just quick and dirty more or less phonetic mapping. There are probably some more standards I should follow.
In order not to be intrusive, very minimal CSS is present you can check demo.html for how to target the elements.
npm install transliterating-input
Include the following files in your project:
<script src="path/to/transaliterate.js"></script>
<form action="/submit" method="post">
<input is="transliterating-input" data-input-method="coptic" placement="bottom" data-show-mapping="true" placeholder="Type here (Coptic)" dir="ltr">
<button type="submit">Submit</button>
</form>
data-input-method
: Specifies the transliteration method (e.g., coptic, arabic, hebrew, greek).placement:
Specifies the placement of the transliteration mapping display (top, bottom, left, right).data-show-mapping
: If set to true, displays the transliteration mapping.data-insert-mode
: Specifies the insert mode (unicode or ascii).Ori Pekelman
MIT
FAQs
A custom HTML input element that supports transliteration for multiple languages.
The npm package transliterating-input receives a total of 0 weekly downloads. As such, transliterating-input popularity was classified as not popular.
We found that transliterating-input demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.