Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2006-11-11 18:01:43
Size: 355
Editor: grooz
Comment:
Revision 3 as of 2006-11-11 20:32:02
Size: 535
Editor: grooz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * decode user provided log messages from locale encoded byte strings to unicode strings;
 * use terminal encoding to display those messages (provided as unicode strings);
 * encode log messages (provided as unicode string) in UTF-8 when storing;
 * decode log messages from UTF-8 to unicode string when retrieving;
 * decode user provided log messages from locale encoded byte strings to unicode strings
   * decode logfile if --logfile option used
   * decode the message specified in command line if --message option used
   * decode edited file otherwise

 * use terminal encoding to display those messages (provided as unicode strings)
 * encode log messages (provided as unicode string) in UTF-8 when storing
 * decode log messages from UTF-8 to unicode string when retrieving
----
CategoryNewFeatures

Things that need to be done

  • decode user provided log messages from locale encoded byte strings to unicode strings
    • decode logfile if --logfile option used
    • decode the message specified in command line if --message option used
    • decode edited file otherwise
  • use terminal encoding to display those messages (provided as unicode strings)
  • encode log messages (provided as unicode string) in UTF-8 when storing
  • decode log messages from UTF-8 to unicode string when retrieving


CategoryNewFeatures

ChangelogEncodingPlan (last edited 2012-10-25 21:04:47 by mpm)