euro sign in KiXtart 4.60 Chr(128)

I am trying to adjust the regional settings with a logon script. The following script part works fine in version 4.52 and will put the € (euro sign) in the registry.

$regkey = "HKEY_CURRENT_USER\Control Panel\International"
$DataType = "REG_SZ"
$entry = "sCurrency"
$Value = Chr(128)
$RC = WriteValue($regkey,$entry,$value,$DataType)

In KiXtart 4.60 it will put the ¬ character in the registry.

Is this a bug? Is there another way to print the euro sign in KiXtart 4.60?

Thanks in advance,


Adriaan Westra