Rot13 and letters with accents

From: Andreas Prilop (aprilop2007@trashmail.net)
Date: Thu Dec 06 2007 - 10:57:07 CST

  • Next message: Rick McGowan: "Unicode 5.1.0 Beta Information Update"

    The rot13 algorithm is applied to the basic ASCII alphabet only.
    When rot-13 is used with, say, German text, the special umlauts
    remain the same.

    The letter "a with tilde" (ã) may be written as either

      U+00E3
      U+0061 U+0303

    When rot13 is applied to the first, nothing happens.
    However, when rot13 is applied to the second, the result
    is U+006E U+0303, "n with tilde" (ñ).

    So with respect to rot13, U+00E3 and U0061 U+0303
    are not equivalent.

    Well, this is not a serious question or concern -
    just an observation. Any comments?



    This archive was generated by hypermail 2.1.5 : Thu Dec 06 2007 - 10:59:58 CST