inclusive-design / AChecker

Automated interactive Web content accessibility checker.
https://achecker.ca
GNU General Public License v2.0
69 stars 61 forks source link

Encoding error occurred when call REST API #40

Closed blurblah closed 10 years ago

blurblah commented 10 years ago

I got encoding errors when I called REST API for the pages including Korean characters. (other languages are same except English, I think)

For example, check this url http://samsung.co.kr/main.do (This page includes some Korean characters in title and other tags.)

I think this problem is caused by ISO-8859-1 encoding. What about using UTF-8 encoding for REST API (responses XML)?

blurblah commented 10 years ago

I added some commits and merged at all. So this issue should be closed.