Ticket Change Details
Not logged in
Overview

Artifact ID: 282d2cfff9a6540098d0ed262ff19280e7e53ffa
Ticket: 6b498a792c0f9ca02b5b2c11f7ca9a6a2c01a0b1
Cyrillic symbols does not display correctly
User & Date: ron 2010-02-04 14:55:03
Changes

  1. Appended to comment:
    
    
    <hr><i>ron added on 2010-02-04 14:55:03:</i><br>
    I think I understand the problem to some extent.
    
    The final character is 0x0439, and the last byte is 0x39, which is the same as the single-quote character.  I don't know where, but my guess is that some cleaning code is stripping out that quote. 
    
    What I don't understand is why it should fail on Windows but not on Linux.  I did confirm that XP can take the troublesome string and convert it to UCS2 and back to UTF8 without any loss, so that isn't the problem.