Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong result of toPersianChars #344

Closed
ahmadi-akbar opened this issue Nov 11, 2023 · 4 comments
Closed

Wrong result of toPersianChars #344

ahmadi-akbar opened this issue Nov 11, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ahmadi-akbar
Copy link

Describe the bug

"تلفن همراه" turns to "تلفنە مراه"

To Reproduce

Run this snippet

import { toPersianChars } from '@persian-tools/persian-tools';
const input = 'تلفن همراه';
const output = toPersianChars(input);

console.group('toPersianChars');
console.log('input:', input);
console.log('output:', output);
console.groupEnd();
image

Expected behavior

image

Additional context
Version: 3.5.0

@ali-master ali-master added the bug Something isn't working label Nov 11, 2023
@ali-master ali-master self-assigned this Nov 11, 2023
@Basiiil
Copy link

Basiiil commented Dec 26, 2023

This bug has not been fixed yet! @ali-master

@ali-master
Copy link
Member

I'll try to release a new version today.

@ali-master
Copy link
Member

Version 3.5.1 just released

@Basiiil
Copy link

Basiiil commented Jan 4, 2024

thanks a lot I will test it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants