Difference between revisions of "Talk:Encodings and Regimes - Old Content"

From Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
How to obtain a Unicode charecter by using its decimal code ? -- Quy
 
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}. --[[User:Adam|Adam]] 20:07, 1 Jan 2005 (CET)

Revision as of 19:09, 1 January 2005

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)