make run Beremiz and PLCOpen Editor, if full path contain non-lating
characters
There was a problem in About dialog and in project properites tab and
probably in my other places, when str is automatically converted to
unicode string using ascii.
This patch converts str to unicode using proper encoding at the very beggining.
int CheckRetainBuffer(void){ return 1;}void ValidateRetainBuffer(void){}void InValidateRetainBuffer(void){}void Retain(unsigned int offset, unsigned int count, void *p){}void Remind(unsigned int offset, unsigned int count, void *p){}