Użytkownik wine-bugs@winehq.com napisał:
http://bugs.winehq.com/show_bug.cgi?id=1002
------- Additional Comments From Speeddymon@yahoo.com 2002-10-12 19:42 ------- please be more specific in your bug report
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1002. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
As i wrote function call looks like
sscanf("-%30[^-]-%100[^-]-%30[^-]-%30[^-]-%30[^-]-%n","-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-iso8859", ... rest of the line)
runing program which contains this calls causes message "fixme:msvcrt:MSVCRT_sscanf unhandled: %["
I've looked in code and for me it looks like patterns [abc...z], [a-z], [^xgd] etc,etc are not handled at all.
Jacek Bator