-
Notifications
You must be signed in to change notification settings - Fork 64
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
Remove or convert zwnj
charachter
#25
Comments
I believe the main reason this is happenning is that the plugin doesn't
know about zwnj. So it is basically ignored. What needs to be done is to
add the support for it. However, I am not really sure why do you want to do
this. Can you explain to me the use case please?
…On Sat, Jul 28, 2018 at 5:03 PM Omid Saadat ***@***.***> wrote:
hi,
When I use zwnj <https://en.wikipedia.org/wiki/Zero-width_non-joiner>
char in the text, like this سکهها script convert or remove zwnj and show
that like سکهها.
Are any idea to fix it?
ElectroGryphon/EGGA#11 <ElectroGryphon/EGGA#11>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ALtBUrixtDmwhqCKd6NRe7OkJcZLQkG5ks5uLBq8gaJpZM4Vk9Q3>
.
|
for example in word "می خواهم" there is a space between two words which is wrong and the correct format is "میخواهم" which there is a |
I wonder if inserting an empty character between "یخ" will do the trick. But then, we will need some sort of flag for the whole system. |
If you mean two 'ه' characters i can't come with an example but someone may have سکهها and شبها at the same sentence. |
I wonder if inserting an empty character between "یخ" will do the trick? Can you please try that? |
Well I didn't understand what to test. how can I try that?
…On Mon, Nov 26, 2018 at 3:00 PM Konash ***@***.***> wrote:
I wonder if inserting an empty character between "یخ" will do the trick?
Can you please try that?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGF7-hTRsqsM0EerofDiqwiBSPVsGaX4ks5uy9DPgaJpZM4Vk9Q3>
.
--
Best regards
Omid Saadat
|
hi,
When I use zwnj char in the text, like this سکهها script convert or remove zwnj and show that like سکهها.
Are any idea to fix it?
ElectroGryphon/EGGA#11
The text was updated successfully, but these errors were encountered: