While copying text from within the editor, and that text includes foreign characters/encoding, if you paste that clipboard into another editor, word-proccessor etc, you end up with garbled text (no preservation of the encoding, problem I do not have the other way around eg, pasting the text into Rapid-PHP from another application, or amongst other applications.
the foreign characters (Hebrew in this case) are shown alright in the preview pane, and from that window, if I copy the text, it is copied ok onto another applications' window/editor.
RapidPHP 6.1.054, purchased
Copying different-encoded language reveal garbled text
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;
-
- Posts: 15
- Joined: Thu Jun 09, 2005 3:10 pm
- Location: Warszawa, Poland
The problem is similar to:
http://forums.blumentals.net/viewtopic.php?t=486
The editor doesn't recognize code page defined in HTML header. What makes me wonder is that Blumentals Software is located in Latvia so they use ISO-8859-4, ISO-8859-10 or ISO-8859-13 and the don't see any problem here.
http://forums.blumentals.net/viewtopic.php?t=486
The editor doesn't recognize code page defined in HTML header. What makes me wonder is that Blumentals Software is located in Latvia so they use ISO-8859-4, ISO-8859-10 or ISO-8859-13 and the don't see any problem here.
Grzegorz Wiktorowski
OiOK
OiOK
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Grzegorz, Actually we use windows-1257
I believe the problem is that when you copy a text, it is copied in plain text with no encoding attached (Unicode is not supported, as you know). So in case the target program text editing area is not using system default encoding then you won't get the expected results. This is because Windows supports only one default system encoding for apps that does not use Unicode so this default encoding is used for clipboard and also for programs that does not support unicode, such as Rapid PHP.
I believe the problem is that when you copy a text, it is copied in plain text with no encoding attached (Unicode is not supported, as you know). So in case the target program text editing area is not using system default encoding then you won't get the expected results. This is because Windows supports only one default system encoding for apps that does not use Unicode so this default encoding is used for clipboard and also for programs that does not support unicode, such as Rapid PHP.