Re: [Gambas-user] String Functions give different values at cyrillic / not-cyrillic

2014-04-28 Thread Tobias Boege
On Mon, 28 Apr 2014, abbat81 wrote: > Print Len("ii") ' not cyrillic > Print Len("") ' cyrillic > > >10 > >20 > > How can I get correct value with cyrillic symbols? > Thanks > Use String.Len() which can deal with UTF-8 characters. -- "There's an old saying: Don't c

[Gambas-user] String Functions give different values at cyrillic / not-cyrillic

2014-04-28 Thread abbat81
Print Len("ii") ' not cyrillic Print Len("іі") ' cyrillic >10 >20 How can I get correct value with cyrillic symbols? Thanks -- View this message in context: http://gambas.8142.n7.nabble.com/String-Functions-give-different-values-at-cyrillic-not-cyrillic-tp46282.html Sent from