Issue Details (XML | Word | Printable)

Key: WTR-219
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Jari Bakken
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Watir

Use UTF-8 codepage [patch]

Created: 12/Jun/08 11:45 AM   Updated: 01/Oct/09 01:34 PM   Resolved: 10/Jun/09 06:34 PM
Return to search
Component/s: Other
Affects Version/s: 1.6.2
Fix Version/s: 1.6.5

Environment: x


 Description  « Hide

Watir currently sees all strings as the default Latin 1-like Windows encoding. By changing to UTF-8, it will make life easier for international users having to deal with non-ASCII characters.

This can be done by adding this line

WIN32OLE.codepage = WIN32OLE::CP_UTF8



Sort Order: Ascending order - Click to sort in descending order
Jari Bakken added a comment - 10/Jun/09 06:34 PM

To revert to the old behaviour:

WIN32OLE.codepage = WIN32OLE::CP_ACP