Rapid PHP 2011
While typing Unicode characters they are substituted with their ascii counterpart
for example typing ی results in ي
First one is ( Persian Yeh ) that is a Unicode only character
and the second is Arabic Yeh that is ascii ( with arabic codepage ) and the first one alternative.
Unicode Problem
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Re: Unicode Problem
I'm having the same issue man. Did anyone hit you back up?
Re: Unicode Problem
Hi,
Sorry but there are some issues which can not be solved for now with Chinese, Persian and possibly some other similar languages.
Sorry but there are some issues which can not be solved for now with Chinese, Persian and possibly some other similar languages.
Kind regards,
Gatis Avots
Gatis Avots
Re: Unicode Problem
If the file already contains such a character, Rapid PHP opens and saves it correctly
This issue doesn't sound a complicated bug.
Just it must get the correct character and add that to the file, other things are handled correctly ( of course text rendering engine needs some modification that is not so important compare to this one )
Thanks anyway.
This issue doesn't sound a complicated bug.
Just it must get the correct character and add that to the file, other things are handled correctly ( of course text rendering engine needs some modification that is not so important compare to this one )
Thanks anyway.