#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

#472 in Text processing

Download history 5/week @ 2023-11-14 69/week @ 2023-11-21 3/week @ 2023-12-05 1/week @ 2023-12-12 139/week @ 2023-12-19 1/week @ 2023-12-26 2/week @ 2024-01-02 47/week @ 2024-01-09 12/week @ 2024-01-16 38/week @ 2024-02-20 30/week @ 2024-02-27

68 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.7–1.2MB
~26K SLoC