- Sep 10, 2001
- 11,711
- 8
- 81
we make a call to a web service which returns XML data. In this data there is sometimes a special character (¤) which we need to be able to look for. In windows I can just say something like indexOf("¤") and it works fine. But this does not work in linux.
any idea how I would go about matching this character reliably in both windows and linux?
any idea how I would go about matching this character reliably in both windows and linux?