bijoy-unicode-converter
v0.1.2
Published
Bijoy to Unicode (UTF-8) converter for JS
Maintainers
Readme
Bijoy Unicode Converter
Convert Bangla text from Bijoy encoding to Unicode (UTF-8) in JavaScript.
Installation
1. Run this command
npm install bijoy-unicode-converter2. And just use it anywhere you want
import { ConvertToUnicode } from "bijoy-unicode-converter";
const unicodeText = ConvertToUnicode("Avcbvi w`bwU ïf ‡nvK|");
console.log(unicodeText);💡 Tips
- Make sure your input text is in Bijoy encoding.
- All conversion happens in pure JavaScript — no external dependencies.
- You can use it in React, Vue, Angular, or plain Node.js projects.
- The package is ES module–ready: import { ConvertToUnicode } from "bijoy-unicode-converter";
ℹ️ About This Package
This package was created to simplify the process of converting Bangla text from Bijoy fonts to Unicode in modern JavaScript projects. It ensures your Bangla text is properly rendered across web applications and can be used in databases, React components, or any front-end framework without worrying about font-based encoding issues.
📦 License
MIT License — free to use and modify.
👤 About the Author
Naim Howlader — a passionate Laravel and Javascript developer.
You can find more of my work on GitHub.
