Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
登録時にユーザーに送信される自動化された平文メールを php で作成しました。ただし、サインオフにはダッシュが含まれています。試してみました &ndash ; – x2013; (スペースなし)しかし、それらのどれも機能せず、コードを表示しているだけです。何か案は?
ダッシュには Unicode に相当するものを使用してください。\u2013 などのようなものでなければなりません。