Ticket #889 (closed defect: fixed)
Padre saves non-ASCII characters as \x{XXXX}
| Reported by: | ash | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.58 |
| Keywords: | Cc: |
Description
If I create a Perl file in Padre (installed from http://strawberryperl.com/download/professional/strawberry-perl-professional-5.10.1.1-alpha-1.msi), than type
say "Превед!"
there, and than save the file, I will find the following string in it:
Change History
Note: See
TracTickets for help on using
tickets.

It is also the same with Arabic. Seems to me UTF-8 encoding/decoding in Padre is broken