Displaying 2 results from an estimated 2 matches for "hexidemial".
2008 Jan 05
0
Trying to understand unicode character entry, goes into postgres DB backing rails, saved to yaml as \
Examine the Unicode standard''s code page collection for "Latin small
letter a with macron".
Nets U0100.pdf
"Latin small letter a with macron" appears on chart as 0101. This is a
hexidemial number which points to U+0101 as its code point. Converting
0101 to decimal gets you 257, this is the same as the HTML entity
code.
HTML code point is 257. That is &257; gives you &257; != 325. OK, so I
can link this guy back to the Unicode source. But here''s the question,
what'...
2008 Jan 05
0
[Repost, with Formatting] Trying to understand unicode character entry, goes into postgres DB backing rails, saved to yaml as \xc4\x81
...nformatted send previously, i hit Enter and the web UI
posted, to my chagrin.
1. Examine the Unicode standard''s code page collection for "Latin
small letter a with macron".
2. Nets U0100.pdf
3. "Latin small letter a with macron" appears on chart as 0101. This
is a hexidemial number which points to U+0101 as its code point.
Converting 0101 to decimal gets you 257, this is the same as the HTML
entity code.
HTML code point is 257. That is &257; gives you &257; != 325. OK, so I
can link this guy back to the Unicode source. But here''s the question,
what'...