forked from sup-heliotrope/sup
-
Notifications
You must be signed in to change notification settings - Fork 0
Development: UTF 8
gauteh edited this page Apr 17, 2013
·
4 revisions
Before switch to Mail and deprecation of Iconv Sup is riddled with various encoding errors. The goal is to convert everything to UTF-8 and work with that. Possibly an option for encoding to a user specified encoding for outgoing mail. The deprecation of Iconv is an excellent opportunity to getting UTF-8 right.
A milestone (milestone 1) has been created to track the various issues related to bad UTF-8 handling.
All ruby scripts should by default be UTF-8 (start script with, or second line):
# encoding: UTF-8
this is the default in Ruby 2.0.0.
All files: labels.txt, contacts.txt, etc should be written and loaded in UTF-8 (set external encoding to UTF-8).