[Gambas-user] UCase$()

2014-04-23 Thread Pino Zollo
UCase$() does not work with ñ and accented vowels. Try this: Debug UCase$(ñ), UCase$(á), UCase$(à), UCase$(é), UCase$(è), UCase$(ó), UCase$(ò) Regards Pino -- Start Your Social Network Today - Download eXo Platform

Re: [Gambas-user] UCase$()

2014-04-23 Thread Randall Morgan
This is not a bug as the docs say that Ucase$ does not work with UTF-8 string encoding. Try String.Ucase(). On Wed, Apr 23, 2014 at 7:02 PM, Pino Zollo pinozo...@gmail.com wrote: UCase$() does not work with ñ and accented vowels. Try this: Debug UCase$(ñ), UCase$(á), UCase$(à),