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
I was reading the changelog for 3.5.0 in Firefox (https://iterm2.com/downloads/stable/iTerm2-3_5_0.changelog), and I noticed the text ⋯, which clearly looks like an encoding problem. I checked the line in the repository, which displays it as ⋯:
I'm not 100% sure how to solve this, but I suspect that Firefox defaults to a non-UTF-8 encoding when one is not specified. This can probably be solved if you set the Content-Type header. A value like Content-Type: text/plain; charset=utf-8 would probably solve the problem, but I don't have a good way of testing this.
The text was updated successfully, but these errors were encountered:
I was reading the changelog for 3.5.0 in Firefox (https://iterm2.com/downloads/stable/iTerm2-3_5_0.changelog), and I noticed the text
⋯
, which clearly looks like an encoding problem. I checked the line in the repository, which displays it as⋯
:iterm2-website/downloads/stable/iTerm2-3_5_0.changelog
Line 39 in df1ff9f
I'm not 100% sure how to solve this, but I suspect that Firefox defaults to a non-UTF-8 encoding when one is not specified. This can probably be solved if you set the
Content-Type
header. A value likeContent-Type: text/plain; charset=utf-8
would probably solve the problem, but I don't have a good way of testing this.The text was updated successfully, but these errors were encountered: