Are there standard ways and guidelines on extending Unicode with custom user-defined character sets?
        Posted  
        
            by Ivan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ivan
        
        
        
        Published on 2010-06-11T12:04:48Z
        Indexed on 
            2010/06/11
            12:12 UTC
        
        
        Read the original article
        Hit count: 301
        
unicode
In a linguistic project of mine I need to use symbols not contained in Unicode. I can draw the font, but would like to avoid overwriting characters defined by the standard. Are there any standard solutions for such cases? As reserved ranges etc. I'd need common Unicode-aware software to handle it seamlessly.
© Stack Overflow or respective owner