Skip to content

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

License

Notifications You must be signed in to change notification settings

nayeem-bd/unicode2ascii

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published