Aug. 9, 2010
1:10 p.m.
On 09.08.2010, at 15:00, Alexandre Bergel wrote:
There is no way monticello can handle multi byte strings as it uses latin1 for encoding.
Hi Norbert,
I often have very large Strings in my tests. Monticello behaves as it should. I haven't seen any problem. The problem you bumped into seems to stem from accented characters.
Alexandre, the problem is not large strings but strings that contain characters with asciiValue > 255. The strings then become WideStrings and that is the problem. Jaayer removed the problematic method and after that (thanks again) I could read the monticello package again. And btw. I ported the newest source to gemstone already. Norbert