You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need to make sure utf encoding of characters (especially those with accents) works. Today I was working with a colleague in the editor, we opened one file the editor was showing codes for characters with accent marks. I'm not sure what codes they were (maybe ascii).
In any case, its a problem if the the encoding of special characters gets changed when opened in the editor. These changes will then get added to the commit history when saved.
The text was updated successfully, but these errors were encountered:
Hi,
This is a very nice project. The unicode support is a problem though. I tried typing some greek and the rendering of diacritics is buggy: if you try typing ἄ (U+1F04) using dead keys (which is the standard), that is ᾿ then ´ then α, you'll end up with ῎ἄ (U+1FCE)(U+1F04) (showing up when you type the next key).
Ok my bad!
This seems to be a browser issue: I run into it on Safari (11.0.1), but everything is fine on Firefox (56.0.2) or Chromium (62.0.3202.75). Hadn't thought of trying that before…
I am also on macOS; it's the same on a local install and on herokuapp.com.
we need to make sure utf encoding of characters (especially those with accents) works. Today I was working with a colleague in the editor, we opened one file the editor was showing codes for characters with accent marks. I'm not sure what codes they were (maybe ascii).
In any case, its a problem if the the encoding of special characters gets changed when opened in the editor. These changes will then get added to the commit history when saved.
The text was updated successfully, but these errors were encountered: