Project

General

Profile

Actions

Backport #8942

closed

Wrong encoding for Windows native error messages

Added by davispuh (Dāvis Mosāns) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Assignee:
[ruby-core:57336]

Description

=begin
Ruby uses console's encoding/code page for Windows native error messages, but that's wrong. Windows error messages aren't related to console at all. To get code page for WinAPI ANSI (A) functions have to use ((<GetACP|URL:http://msdn.microsoft.com/en-us/library/dd318070.aspx>))

But even better would be to use Wide/Unicode (W) functions then don't have to worry about encoding as everything would be UTF-16

I've localized version of Windows and so all error messages are translated.

Here's ((<test2.rb|URL:https://gist.github.com/davispuh/6675912#file-test2-rb>)) script (windows-1257 is code page used by windows for me so by changing to it I get correct output)

Output on ((<Ruby 2.0|URL:https://gist.github.com/davispuh/6676016#file-rubybug>)) (it's exactly same for 1.9.3) (that error message "Sistēma nevar atrast norādīto failu." means "The system cannot find the file specified")

It's probably not only place where are such issue with encoding.

=end


Related issues 1 (0 open1 closed)

Related to Backport200 - Backport #8943: Invalid encoding for Windows RegistryRejectedwindowsActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0