1. 20 Mar, 2008 1 commit
    • Heikki Linnakangas's avatar
      Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the · f4b7624e
      Heikki Linnakangas authored
      ISO_8859-5 <-> MULE_INTERNAL conversion tables.
      
      This was discovered when trying to convert a string containing those characters
      from ISO_8859-5 to Windows-1251, because we use MULE_INTERNAL/KOI8R as an
      intermediate encoding between those two.
      
      While the missing "Yo" was just an omission in the conversion tables, there are
      a few other characters like the "Numero" sign ("No" as a single character) that
      exists in all the other cyrillic encodings (win1251, ISO_8859-5 and cp866), but
      not in KOI8R. Added comments about that.
      
      Patch by Sergey Burladyan. Back-patch to 7.4.
      f4b7624e
  2. 19 Mar, 2008 7 commits
  3. 18 Mar, 2008 19 commits
  4. 17 Mar, 2008 13 commits