2009/7/14 Mariano Martinez Peck <marianopeck@gmail.com>: The quotes you are mentioning are typographical quotes with unicode values > 255.
If I copy paste "Muelle Almirante Storni" in a workspace of Pharo, it is perfectly understood. But if I paste I get:  ?Muelle Almirante Storni?
I'm confused what works and doesn't work. Copy/paste within Pharo with normal or typographical quotes?
' âMuelle Almirante Storniâ' findString: 'esquel' startingAt: 1 caseSensitive: false This has a problem (index out of range) because internaly it tries to ask the asciiValue and this answers 2881 -> absurd
Is this a bug? or it is just like this ?
sounds like two different bugs, the paste problem (if I understood you correctly) and the search problem. Michael