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
import{defineComponent,ref}from"@vue/composition-api";exportdefaultdefineComponent({setup(_props,ctx){constjapanese=ref("\u3042\u3042\u3042\u3042");return{ japanese };},});
概要
文字列の中に全角文字があるとunicode code pointに変換される
Source
Output
再現方法
全角文字をinputに入れる
原因
ここの
printFile
で文字化けしていると思われました。しかしencodingのためのオプション等はなく、他に使えそうなメソッドも見つかりませんでした。
printFile
後にdecodingすれば一応解決しそうですが、その場合元から符号化されたデータがあった場合それも戻ってしまうという問題があります(めったにないとは思いますが)。The text was updated successfully, but these errors were encountered: