Spanish Characters in the console windows OXYGENE

Hi,
It is possible to visualize Spanish Characters in the Console Window?
this in Elements Water.

This is an issue with the .NET runtime, not Water or Oxygene, per see.

By default, .NET does not use Unicode e encoding for console output. You can set System.Console.OutputEncoding to something such as Encoding.UTF8 or UTF16 in your app to address that.