[Bug 276276] SMS length should be limited to 70 chars when using non-ascii chars

Alexander Potashev aspotashev at gmail.com
Wed Sep 14 15:26:28 BST 2011


https://bugs.kde.org/show_bug.cgi?id=276276


Alexander Potashev <aspotashev at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #5 from Alexander Potashev <aspotashev gmail com>  2011-09-14 14:26:28 ---
1. "bool noLatin1Char" is not used.
2. Checking for "row() > 0" is (probably) not correct. This condition (row > 0)
makes U+0080..U+00FF characters acceptable for a 160-char-long message, but
they are not. "ASCII chars" are only U+0000..U+007F.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list