quote:
Originally posted by touko
I mentioned using regular expressions because it can extract key-value pairs much more efficiently.
Currently, the program uses
GetPrivateProfileStringW and similar functions, therefore the handling of the *.ini files is as efficient as it can be (because it is handled by Windows)
.
quote:
Originally posted by touko
since dealing with bi-directional text is a nightmare
I totally agree with you. In fact, my program does not handle very well right-to-left languages.
quote:
Originally posted by touko
Bug report: buttons for browsing paths show weird chracters for me. (Broken Korean characters; supposedly charset issue.)
The text in those buttons is three dots: "..." You shouldn't have any problem viewing them. Are you using the default system font and the correct character encoding in your Windows?