Open main menu

Talk:Encodings and Regimes - Old Content

Revision as of 19:09, 1 January 2005 by Adam (talk | contribs)

How to obtain a Unicode charecter by using its decimal code ? -- Quy

The simplest way is to split the 16 bits into its component 2 bytes: +U1ED5 -> \uchar{"1E}{"D5} -> \uchar{30}{213}. --Adam 20:07, 1 Jan 2005 (CET)

Return to "Encodings and Regimes - Old Content" page.