#15919: osxvnc: build failure on Mac OS X 10.5.4 --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: osxvnc | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: The problem is that the Localizable.strings files are in various different encodings. I think on Tiger these are just copied into the destination as is, but on Leopard CopyStringsFile wants to convert these to UTF-16. The German and Italian strings are in Mac Roman encoding and CopyStringsFile can't figure this out. Fixed in r48620 by converting the strings files to UTF-16 from their respective encodings in the Portfile. -- Ticket URL: <http://trac.macports.org/ticket/15919#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS