[Gambas-user] Quote() doesn't manage special italian chars - bug?

Stefano Palmeri rospolosco at ...152...
Fri Nov 9 16:28:56 CET 2007


Hi, Benoit

Playing with Quote() in a SHELL command I discovered that
Quote() is not able to manage special italian chars. I don't
know if the bug(?) exists with other languages.

Here is an example and the result:

 PUBLIC SUB Main()
  
  PRINT Quote("è, più, però, perché") 
      
END

"\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9"


Stefano





More information about the User mailing list