Bugfix https://tizendev.org/bugs/browse/TDIS-4756
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Wed, 17 Apr 2013 05:54:23 +0000 (07:54 +0200)
committerGerrit Code Review <gerrit2@kim11>
Thu, 18 Apr 2013 07:30:58 +0000 (16:30 +0900)
commit6c873b6e35ca3e6542053b9d9ff08755ba347b94
tree7e05f4360c1ec6c13231b49be249e71d2f1b2252
parent6fec165309ba97db0afbfb7635f74c709a6c6df2
Bugfix https://tizendev.org/bugs/browse/TDIS-4756

[Issue#] N/A
[Problem] Conversion of IRI encoded in Unicode to ASCII failed
on some platforms but on others succeeded.
[Cause] Due to char type being treated as signed on some platforms and
unsigned on others.
[Solution] The code that causes the issue is not used so it has been
removed.
[SCMRequest] N/A

[Verification]
1. Build respository.
2. Run `wrt-extra-tests-w3c-widget-policy --output=text
--regexp='load_image_using_toASCII'`

Change-Id: Ie56e2b6a3b673617350836d688032c63c0b9c0b1
modules/utils/src/warp_iri.cpp