Talk:Encodings and Regimes - Old Content

From Wiki
Revision as of 19:09, 1 January 2005 by Adam (talk | contribs)
Jump to navigation Jump to search

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)