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
The examples in the String Iterators section contain this in the source:
varmessage="A 𠮷 B";
and later
A(blank)𠮷(blank)B
However, it renders as:
varmessage="A ð ®· B";
and
A(blank)ð®·(blank)B
The error happens before the HTML gets to the client. In other words, it's not a decoding error. A ð ®· B are the actual characters that arrive from the server.
The text was updated successfully, but these errors were encountered:
rsmeral
changed the title
Chapter 8 – bad encoding in String Iterators example leads
Chapter 8 – bad encoding in String Iterators example
Apr 1, 2018
The examples in the String Iterators section contain this in the source:
and later
However, it renders as:
and
The error happens before the HTML gets to the client. In other words, it's not a decoding error.
A ð ®· B
are the actual characters that arrive from the server.The text was updated successfully, but these errors were encountered: