# HG changeset patch # User HackBot # Date 1342127458 0 # Node ID c8b4329369a47d435299f1c49295c82e98e02473 # Parent 37a0f0c738c55dc293055ea11476e756772b8728 addquote Also, UCS-4096 has the advantage that each codepoint handily matches the page size of many architectures, so you can deal with them in memory easily. diff -r 37a0f0c738c5 -r c8b4329369a4 quotes --- a/quotes Wed Jul 11 19:55:52 2012 +0000 +++ b/quotes Thu Jul 12 21:10:58 2012 +0000 @@ -848,3 +848,4 @@ You can't quote me. Sleep on the ceiling next Sunday. < oerjan> Gregor: hey no fair doing ungoogleable citations + Also, UCS-4096 has the advantage that each codepoint handily matches the page size of many architectures, so you can deal with them in memory easily.