pq10299.st CODEPAGE CONVERSION ERROR ON WINDOWS AND SOLARIS CodePage conversion on Windows and Solaris has different (and undesirable) behavior from the implementation on both OS/2 and MVS Smalltalk. In some cases, rather than simply returning a converted string, the original string is altered from its original codePage to the specified codePage. This appears to happen when the conversion is between single byte character sets and the receiver is not readOnly. File in 10299.st to fix the problem.