ar-php icon indicating copy to clipboard operation
ar-php copied to clipboard

New features: normalizing digits

Open linuxscout opened this issue 3 years ago • 1 comments

Normalizing different digit styles as توحيد الأرقام وتنميطها إلى شكل معين

Arabic western numeral: '0123456789'

Arabic eastern digit: '٠١٢٣٤٥٦٧٨٩'

Arabic eastern digit variant: '۰۱۲۳۴۵۶۷۸۹'
الوظائف functions

Normalize digits to Arabic western تنميط الأرقام للتنويعة العربية المغربية
    Arabic eastern digit: '٠١٢٣٤٥٦٧٨٩' ==> '0123456789'
    Arabic eastern digit variant: '۰۱۲۳۴۵۶۷۸۹' ==> '0123456789'

Normalize digits to Arabic eastern تنميط الأرقام للتنويعة العربية المشرقية
    Arabic western numeral: '0123456789' ==> '٠١٢٣٤٥٦٧٨٩'
    Arabic eastern digit variant: '۰۱۲۳۴۵۶۷۸۹' ==> '٠١٢٣٤٥٦٧٨٩'

Normalize digits to Arabic eastern variant: تنميط الأرقام للتنويعة العربية المشرقية المستعملة في شبه القارة الهندية وإيران
    Arabic western numeral: '0123456789' ==> '۰۱۲۳۴۵۶۷۸۹'
    Arabic eastern digit: '٠١٢٣٤٥٦٧٨٩' ==> '۰۱۲۳۴۵۶۷۸۹'

linuxscout avatar Jul 16 '22 09:07 linuxscout

Done! It will be included in the next version 6.3.1

khaled-alshamaa avatar Aug 20 '22 17:08 khaled-alshamaa