General

Profile

ferventcoder (Rob Reynolds)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

02/02/2015

11:47 PM Ruby master Bug #10820: Win32 Registry Delete uses ANSI instead of Wide APIs
Looks like you may want to explore the same for `RegQueryInfoKey` as well. See https://msdn.microsoft.com/en-us/libra... ferventcoder (Rob Reynolds)
11:26 PM Ruby master Bug #10820: Win32 Registry Delete uses ANSI instead of Wide APIs
For the issue, without this fix, it is likely not to find registry keys/values that have unicode in them. This is wha... ferventcoder (Rob Reynolds)
11:12 PM Ruby master Bug #10820: Win32 Registry Delete uses ANSI instead of Wide APIs
Apparently markdown didn't work so well, but hopefully the gist of the issue is captured here. ferventcoder (Rob Reynolds)
11:11 PM Ruby master Bug #10820 (Closed): Win32 Registry Delete uses ANSI instead of Wide APIs
https://github.com/ruby/ruby/blob/trunk/ext/win32/lib/win32/registry.rb#L236-L237
Contains:
~~~ruby
module...
ferventcoder (Rob Reynolds)

Also available in: Atom