Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cyrillic-to-latin

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cyrillic-to-latin

Convert cyrillic characters to latin.

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Build Status npm version

Cyrillic to latin converter

Converts characters cyrillic to latin.

At the moment it works with Serbian characters only, but goal is to support full ISO 9:1995 standard.

Installation

npm install cyrillic-to-latin

Usage


var convert = require('cyrillic-to-latin')

convert('Ћирилица је писмо које користи седам словенских језика (белоруски, бугарски, македонски, руски, српски, украјински и де јуре бошњачки)')

// Returns:
// Ćirilica je pismo koje koristi sedam slovenskih jezika (beloruski, bugarski, makedonski, ruski, srpski, ukrajinski i de jure bošnjački)

Test

npm test or tape test/*.js or browserify -t coverify test/*.js | node | coverify -c | tap-spec (for test with coverage).

Todo

  • Support Russian alphabet
  • Support full ISO 9:1995
  • Support reverse conversion (latin to cyrilic)

Licence

MIT

Keywords

FAQs

Package last updated on 09 Jun 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc