how to manage formating of text when read a save file?
        Posted  
        
            by moon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by moon
        
        
        
        Published on 2010-04-29T10:02:13Z
        Indexed on 
            2010/04/29
            10:07 UTC
        
        
        Read the original article
        Hit count: 293
        
hello
i have a java applet application in which i use rich text area . i write URDU the national language of PAKISTAN. i managed to do so with uni codes. the problem is, when i write urdu in text area and select a font and color for each line it do all of this but when i save this file using UTF-8 encoding and then open it again it shows all text formatted as i choose format of last line.
my requirement is to open file as it is saved. i mean each file should have same formatting as i done before saving.
© Stack Overflow or respective owner