箇条書き、著作権記号、商標記号を Web ブラウザーで表示すると、問題なく表示されます。
// bullets: http://losangeles.craigslist.org/wst/acc/2900906683.html
// bullets: http://losangeles.craigslist.org/lac/acc/2902059059.html
// bullets: http://indianapolis.craigslist.org/acc/2867115357.html
// bullets: http://indianapolis.craigslist.org/ofc/2885697780.html
// bullets: http://indianapolis.craigslist.org/ofc/2887554512.html
// copyright: http://chicago.craigslist.org/nwc/acc/2854640931.html
しかし、Android WebView を次のように使用すると、「三角形の中に疑問符」が表示されます。
web.loadDataWithBaseURL(null, myHtml, null, "UTF-8", null);
別のエンコーディングを使用する必要がありますか?
特定の文字を自分で検索/置換する必要があります... 1 つずつですか?