次の文字列があります。
LONDON — Britain’s unemployment rate held steady in the three months through January, reinforcing the Bank of England’s case for keeping interest rates at a record low.
次のような文字列を使用するとhtmlentities
、次の文字列が得られます。
LONDON — Britain’s unemployment rate held steady in the three months through January, reinforcing the Bank of England’s case for keeping interest rates at a record low.
ただし、代わりに次のような WINDOWS-1252 エンティティを取得したい:
LONDON — Britain’s unemployment rate held steady in the three months through January, reinforcing the Bank of England’s case for keeping interest rates at a record low.
mb_convert_encoding
、などのさまざまな関数を使用してみましたがiconv
、get_html_translation_table
これを行う方法が見つかりません。
どんな助けでも大歓迎です。