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
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
ordinance-format-jpが出力するHTMLに<meta charset="UTF-8">などのエンコーディングの設定がないため、環境によって文字化けします。ordinance-format-jpで出力したHTMLをReact NativeのWebViewで開くと文字化けします
出力されたHTMLを手動で修正し、
<meta charset="UTF-8">を加えたところ、文字化けしなくなりました。https://github.com/CureApp/ordinance-format-jp/blob/master/src/elements/document.js#L86
対応
<meta charset="UTF-8">を出力するHTMLの中に入れるのが良いと思います。ご確認をお願いします