#ansi #bengali #unicode #ascii #bijoy

poriborton

Interconversion between Unicode and various Bengali ANSI encodings

5 releases

0.2.3 Dec 22, 2023
0.2.2 May 1, 2022
0.2.1 Aug 10, 2021
0.2.0 Aug 9, 2021
0.1.0 Aug 8, 2021

#785 in Text processing

Download history 1/week @ 2024-11-28 7/week @ 2024-12-05 20/week @ 2024-12-12 23/week @ 2024-12-19 3/week @ 2025-01-23 1/week @ 2025-01-30 2/week @ 2025-02-06 35/week @ 2025-02-13 34/week @ 2025-02-20 28/week @ 2025-02-27 31/week @ 2025-03-06 37/week @ 2025-03-13

144 downloads per month

MIT license

33KB
739 lines

poriborton (পরিবর্তন)

Build Status crates.io docs.rs Rust

A Rust crate for interconversion between Unicode and various Bengali ANSI encodings (precisely Windows-1252).

Supports

  • Unicode to Bijoy 2000 encoding

Example

use poriborton::bijoy2000::unicode_to_bijoy;

fn main() {
    // Converts Unicode to Bijoy2000 encoding.
    
    assert_eq!(unicode_to_bijoy("আমি বাংলায় গান গাই"), "Avwg evsjvq Mvb MvB");
}

Acknowledgement

Dependencies

~0.6–1.1MB
~24K SLoC