On Sat, May 8, 2010 at 11:15 PM, Nikos Charonitakis <[email protected]> wrote: > > 2) For gnucash.iss modification. You need a utf-8 conversion for the Greek > text? >
win32 package is currently using Inno setup 5.1.12, which is released 3 years ago, and it doesn't support unicode. So, gnucash.iss has to be encode use your own encoding, mixed with other encoding. However, I found Greek translation there, so you only need 2 lines patch to add the README-el.win32-bin.txt in, don't need involve any encoding issue. And of course, don't convert the file to utf-8, until the packaging script update to use inno setup 5.3.x. > > Regards > > Nikos -- Regards Tao Wang _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
