Subject: | Unicode support |
The FBP dialogs may contain non-ascii labels. The FBP file is encoded in
UTF8 and so is correctly loaded.
But FBP-Perl should be able to output Perl code that reproduce them.
This is a major issue for the Padre About dialog.
Currently, "Olivier Mengué" in Padre.fbp is output as "Olivier
Mengu\x{e9}". The perl file has no specified encoding, so it will be
interpreted differently depending on the OS and the user environment
(for example, works on Windows/French, not on Ubuntu/fr_FR.utf8).
FBP-Perl should output Perl code using "use utf8" and generate valid
UTF-8 sequences.
The documentation should also indicate that the flatten output must be
written in a file using utf8 encoding.
I have a commit bit on svn.ali.as. Is it ok to make changes directly in
the FBP-Perl repo?
--
Olivier Mengué - http://perlresume.org/DOLMEN