quote:
Originally posted by LifelesS
I just see a lot of this
Because you saved the file as Unicode that is why the board isn't showing it properly. It assumes that the charset for a text file is ANSI not UNICODE.
However not to rain on anyones parade but I did make an updated version of the Registry editor. The previous one was a joke this one uses DRY (Don't Repeat Yourself - Eljay
)
Attached is the newer version.
The functions included are:
- Registry_CreateKey
- Registry_DeleteKey
- Registry_DeleteKeyValue
- Registry_KeyExist
- Registry_KeyValueExist
- Registry_EnumSubkeys
- Registry_EnumKeys
- Registry_GetKeyValue
- Registry_SetKeyValue
- Registry_CloseKey