http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From michal.okresa@ifne.sk 2006-08-02 09:09 ------- Hi,
We made the same test as Detlef pointed out in comment #41. We used simple program written in WinAPI, which made OpenPrinter(), OpenPrinterA(), OpenPrinterW() calls with different arguments on WinXP.
When OpenPrinter() was called with "xerox_230" argument, function successfully returns. But if argument used for OpenPrinterA was " xerox_230" or L" xerox_230" (for OpenPrinterW()), then function fails with error just like in wine logs.
It is mysterious for us how ISS is able to print on Windows platform with printer name leaded with space.
-- Michal