Re: Proving RC6' quadratic permutation is a permutation



* Gerry Myerson

* Marius Bernklev

RC6 is a block cipher. "×" is a common symbol for multiplication.

I've been doing multiplication for close to 50 years now, and I've
never seen that symbol used for it or anything else. Maybe it looks
different to you than to me - to me, it's diamond-shaped.

My earlier messages contain these MIME headers:

Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

It's then up to your favourite proper newsreader to parse this and
conclude that the message body is 8-bit ISO-8859-1 and decode it.

I'm formatting my current message in UTF-8 on purpose. If your
client now shows the sign properly, it is MIME-challenged and should
be repaired or erased. After all, the MIME standard covering this has
already become ten years of age.

The character has the octet value 0xD7, which you can take a look at
here: <URL: http://en.wikipedia.org/wiki/Iso-8859-1#Code_table >

If it fails to show up in Wikipedia as well, your font(s) are probably
not set up correctly.

The Unicode name for this character is, according to gucharmap,
"MULTIPLICATION SIGN". :-)


HTH.

ć (Random character outside ISO-8859-1 to trick Gnus into posting with
UTF-8, nothing to worry about.)


--
Marius Bernklev
.



Relevant Pages

  • Re: Unicode Support
    ... > Not knowing much about UTF-8 (my Unicode knowledge extends as far as ... > literal strings of this form as long as the character code for quote ... > can never appear in a MBCS (multibyte character sequence). ... then XP Notepad directly understands UNICODE and you can ...
    (alt.lang.asm)
  • Re: Attention: European C/C++/C#/Java Programmers-Call for Input
    ... Simply make a straight decision now - you will use UTF-8. ... character format) much like UTF-8 which itself ... I would have little more than UNICODE left. ... generator is assembly language. ...
    (comp.arch.embedded)
  • Re: Attention: European C/C++/C#/Java Programmers-Call for Input
    ... No other encodings - no Latin-1, no UTF-16, no home-made character sets, no extra fonts. ... Look at existing tools and source code that supports UTF-8, and see how it can make your work easier and give a result that users might actually be able to *use*. ... A couple of days work here is a drop in the ocean compared to the man-years it will take to work with your home-made encoding, and you will at least have the benefit of a better understanding of your problem. ... I would have little more than UNICODE left. ...
    (comp.arch.embedded)
  • Re: Loading a data file containing character fields with different encodings
    ... UTF-8 characters along with Latin-1 characters. ... One containing the latin-1 character set column, the second containing the utf-8 column and of course both files containing the primary key information. ... it would be just as easy to write the loader script that converts the encoding to a "unicode" intermediate format and then load with the correct database encoding. ... This caused that no conversion was done, but you were puting CP1252 characters into an 819 database! ...
    (comp.databases.informix)
  • [PATCH] console UTF-8 fixes
    ... I send a patch to the UTF-8 part of the vt driver. ... If a certain character is not found in the glyph ... characters) is to simply display the glyph loaded in that position. ...
    (Linux-Kernel)