Re: BUG: Error messages of regtool are wrongly encoded

2017-06-20 Thread Corinna Vinschen
On May 16 18:15, Fujii Hironori wrote: > Error messages of regtool can't be read, which are encoded in > SHIFT_JIS in Japanese Windows. > > $ regtool get /HKCU/hoge > Error (2): ▒w▒肳▒▒t▒@▒C▒▒܂▒▒▒B > > $ regtool get /HKCU/hoge 2>&1 | iconv -f shift_jis > Error (2): 指定されたファイルが見つかりません。 >

Re: BUG: Error messages of regtool are wrongly encoded

2017-06-06 Thread Corinna Vinschen
Hi Fujii, On May 16 18:15, Fujii Hironori wrote: > Error messages of regtool can't be read, which are encoded in > SHIFT_JIS in Japanese Windows. > > $ regtool get /HKCU/hoge > Error (2): ▒w▒肳▒▒t▒@▒C▒▒܂▒▒▒B > > $ regtool get /HKCU/hoge 2>&1 | iconv -f shift_jis > Error (2): 指定されたファイルが見

BUG: Error messages of regtool are wrongly encoded

2017-05-16 Thread Fujii Hironori
Error messages of regtool can't be read, which are encoded in SHIFT_JIS in Japanese Windows. $ regtool get /HKCU/hoge Error (2): ▒w▒肳▒▒t▒@▒C▒▒܂▒▒▒B $ regtool get /HKCU/hoge 2>&1 | iconv -f shift_jis Error (2): 指定されたファイルが見つかりません。 --- regtool.cc.orig 2017-05-16 17:20:32.671229600 +0900