It returns the french C (with Cedille) in both cases (with my local codepage) ... Have you ever tried to just do this ?

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


Edited by Jochen (2008-01-31 02:42 PM)
_________________________