EasyMail from Cosmos

3 - Support for special characters in the recent mail to list

What steps will reproduce the problem?
1. Create a new mail and send it to a character containing a special character as the first letter ie Ätomo
2. When creating a second mail the "Ä" is omitted so "tomo" is listed as the entry.

What is the expected output? What do you see instead?
Ätomo to be listed in the recently sent list, not tomo.

What version of the product are you using?
3.1.1

Do you have an error log of what happened? No.

Please provide any additional information below.

User When Change
Torinus Jan 03, 2009 at 15:30 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of BBear309 BBear309 Sep 08, 2009 at 13:46 UTC - 0 likes

    Here's the fix for this:

    ---------------------------------------------------
    -- EasyMail_Upper
    -- Upper case only if casing is used in locale
    ---------------------------------------------------
    function EasyMail_Upper(str)
      if (strfind("ABCDEFGHIJKLMNOPQRSTUVWXYZ", strupper(str)) ~= nil) then
    	  return ((strfind("koKRzhCNzhTW", GetLocale()) and str) or strupper(str));
    	else 
    	  return str;
    	end;
    end
    

    There ya be. it's in easymail.lua

  • 1 comment

Facts

Last updated
Mar 30, 2012
Reported
Jan 03, 2009
Status
New - Issue has not had initial review yet.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
1

Reported by

Possible assignees