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
if you comment out the return UNorm.nfc(s).replace... then etherpad will store, accept, recieve and transmit the 𝕄 char. It looks like perhaps our replace is too strict there.
Paste any Unicode char >0xFFFF into a pad (like https://gist.github.com/3055654). It will be turned into '??'
It seems like
contentcollector.js
sis responsible for this behavior.
However, socket.io seems to have problems too with handling chars > 0xFFFF
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: