Hello, I have a terrible problem. I want to integrate a simple web browser into my java application. SWT seems to be a perfect solution and in Windows I have no problems. In Mac (OS 10.3) it is not so easy because some carachters in the HTML files cause errors on the printed page. Forbidden characters are for example : 'รด' or 'ŏ' (I hope you can read it correcly, they are 'o' with strange accent) and it seem the problem is not depending on the encoding. Many browser for Mac cannot print these carachters, but I found out that with Safari it is all ok. So I have the idea to modify Browser class in SWT in order to use Safari WebKit for printing. Somebody has some experience in it? Or, maybe better, some more easy solution to the problem of printing web pages with java in Mac?