vodvud / php_zklib

GNU General Public License v2.0
24 stars 19 forks source link

arabic characters #11

Open mahdiapple opened 5 years ago

mahdiapple commented 5 years ago

Hi i have problem with arabic characters when i read or write from device. character sample that show to me: ãåÑÇä ÒãÇäí

vodvud commented 5 years ago

Hi! For me working only English letters. You can try to play with the name encoding to UTF-8 but I'm not sure.

vodvud commented 5 years ago

I checked already, the devices each I have support only English letters. Does your device support Arabic?

mahdiapple commented 5 years ago

Hi! For me working only English letters. You can try to play with the name encoding to UTF-8 but I'm not sure.

I tried utf-8 but did not work.

mahdiapple commented 5 years ago

I checked already, the devices each I have support only English letters. Does your device support Arabic?

yes

vodvud commented 5 years ago

Maybe specific Arabic charset, try below.

Arabic (ISO): iso-8859-6 Arabic (Windows): windows-1256 Arabic (Mac): x-mac-arabic

Sorry, I have not more ideas and can't test.

alamnaryab commented 4 years ago

we had similar issue and our support person fixed it and said it was because name length was exceeding its limit

vodvud commented 4 years ago

Make a sense, because name limit is 24 chars, but after encoding from Arabic can be more.