michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

Update SSDPBridgeLocator.cs #100

Closed mstfldmr closed 7 years ago

mstfldmr commented 7 years ago

If computer language is Turkish, "LOCATION" is converted to "locatıon" instead of "location". Thus, not matching Substring() function.

The same problem may exist also for some other languages too. Please see http://www.fileformat.info/info/unicode/char/0049/index.htm

Better not convert to lower case Or use System.StringComparison.InvariantCultureIgnoreCase.

michielpost commented 7 years ago

Thanks!