ASCII problem
Posted by Jesús Fri, 21 Sep 2007 11:36:00 GMT
Some Ruby installations don't provide the iconv library (mainly Win32 and JRuby), and this makes the XMI parser to fail with the following message:No decoder found for encoding ASCII. Please install iconv.The last snapshot provides a workaround for this problem. Anyway, the best solution is to install the iconv library. If you use the One-click Ruby Installer for Windows, it is installed by default.
