myuhe / org-gcal.el

Org sync with Google Calendar
452 stars 113 forks source link

encoding issues with mixed encoding in calendar entries #99

Open earthtrip opened 6 years ago

earthtrip commented 6 years ago

Hi - My work calendar is used by users in multiple operating systems (Windows, Mac OS, Linux) and people just copy/paste things into the invites that leads to what I Think are mixed encodings like curly quotes, etc from MS based documents. Also the bullet character in MacOS I Don't believe is UTF-8 as well.

Anyway - every time that the fetch call is made I get this error in a window. Is there any way to force raw-text or some other mechanism to make this work as it stands now it's unusable. I also was getting the org.png error that was mentioned elsewhere but solved that by saving an org.png file to my org-gcal directory. Thanks for any help.

These default coding systems were tried to encode text in the buffer mycal.org ‚: (utf-8-unix (92194 . 4194274) (92195 . 4194176) (92196 . 4194201) (92368 . 4194274) (92369 . 4194176) (92370 . 4194204) (92380 . 4194274) (92381 . 4194176) (92382 . 4194205) (94872 . 4194274) (94873 . 4194176)) However, each of them encountered characters it couldn‚Äôt encode: utf-8-unix cannot encode these: ‚ Ä ô ‚ Ä ú ‚ Ä ù ‚ ...

Click on a character (or switch to this window by ‘C-x o’ and select the characters by RET) to jump to the place it appears, where ‘C-u C-x =’ will give information about it.

Select one of the safe coding systems listed below, or cancel the writing with C-g and edit the buffer to remove or modify the problematic characters, or specify any other coding system (and risk losing the problematic characters).

raw-text no-conversion

triclops200 commented 5 years ago

Has anyone discovered a workaround for this? It's infuriating to deal with all day.

telotortium commented 5 years ago

File your bug on https://github.com/kidd/org-gcal.el. That fork is the one that's being maintained now.

On Thu, Aug 1, 2019, 11:03 Bryan Hoyle notifications@github.com wrote:

Has anyone discovered a workaround for this? It's infuriating to deal with all day.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/myuhe/org-gcal.el/issues/99?email_source=notifications&email_token=AANMVDP3H2DMZXWPVUNBBY3QCMQOBA5CNFSM4ECJXWOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3LNNLQ#issuecomment-517396142, or mute the thread https://github.com/notifications/unsubscribe-auth/AANMVDOEHJRT5XQAYNC4JCTQCMQOBANCNFSM4ECJXWOA .

telotortium commented 4 years ago

Hi everyone! This repository is obsolete - the actively developed fork is now https://github.com/kidd/org-gcal.el, which is also the "org-gcal.el" on MELPA (see #115). I'm one of the maintainers of https://github.com/kidd/org-gcal.el. I can't directly close issues or PRs on this repo, but please download https://github.com/kidd/org-gcal.el and see if your issue or PR is still applicable. If so, open an issue or PR on https://github.com/kidd/org-gcal.el. In any case, you should close your issue or PR in this repo.