What is the difference between EM Dash #151; and #8212;?

后端 未结 4 532
春和景丽
春和景丽 2020-12-09 15:50

I\'ve an ASCII file that contains an EM Dash (— or in HTML). The hex value is 0x97. When we pass this file through one application it arrives as UTF

4条回答
  •  独厮守ぢ
    2020-12-09 16:33

    According to the HTML4 specification's character entity reference, the emdash is — (U+2014).

提交回复
热议问题