1.1.0 • Published 11 months ago

unicode2ascii v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

unicode2ascii

A package for converting Unicode Bengali text to Bijoy Ascii format and vise versa.

Install

npm install unicode2ascii

Usage

Import and use. unicode2ascii is the Module you need.

import { ConvertToASCII } from "unicode2ascii";

Example

ConvertToASCII("bijoy", "বাংলা প্রিন্ট টেস্ট");
evsjv wc«›U ‡U÷

Example

ConvertToUnicode("bijoy","evsjv wc«›U ‡U÷")
বাংলা প্রিন্ট টেস্ট

Development

  1. First, install dependencies with npm
  2. Then, add in your project

Developer?

get in touch with me on github

1.1.0

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago