]> source.dussan.org Git - sonarqube.git/blob
4cf96aba119fced65f28ac0051bf881bed1186f6
[sonarqube.git] /
1 <p> A String is being converted to upper or lowercase, using the platform's default encoding. This may
2       result in improper conversions when used with international characters. Use the </p>
3       <table><tr><td>String.toUpperCase( Locale l )</td></tr><tr><td>String.toLowerCase( Locale l )</td></tr></table>
4       <p>versions instead.</p>