#unicode #ansi #bengali #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

#787 in Text processing

Download history 10/week @ 2024-11-18 2/week @ 2024-11-25 19/week @ 2024-12-09 31/week @ 2024-12-16 2/week @ 2025-01-20 1/week @ 2025-01-27 3/week @ 2025-02-03 10/week @ 2025-02-10 46/week @ 2025-02-17 32/week @ 2025-02-24 34/week @ 2025-03-03

122 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
~23K SLoC