mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
8
Externals/wxWidgets3/include/wx/encconv.h
vendored
8
Externals/wxWidgets3/include/wx/encconv.h
vendored
@ -76,7 +76,7 @@ class WXDLLIMPEXP_BASE wxEncodingConverter : public wxObject
|
||||
// try some (lossy) substitutions - e.g. replace
|
||||
// unconvertable latin capitals with acute by ordinary
|
||||
// capitals, replace en-dash or em-dash by '-' etc.
|
||||
// both modes gurantee that output string will have same length
|
||||
// both modes guarantee that output string will have same length
|
||||
// as input string
|
||||
//
|
||||
// Returns false if given conversion is impossible, true otherwise
|
||||
@ -109,9 +109,9 @@ class WXDLLIMPEXP_BASE wxEncodingConverter : public wxObject
|
||||
//
|
||||
// Equivalence is defined in terms of convertibility:
|
||||
// 2 encodings are equivalent if you can convert text between
|
||||
// then without loosing information (it may - and will - happen
|
||||
// that you loose special chars like quotation marks or em-dashes
|
||||
// but you shouldn't loose any diacritics and language-specific
|
||||
// then without losing information (it may - and will - happen
|
||||
// that you lose special chars like quotation marks or em-dashes
|
||||
// but you shouldn't lose any diacritics and language-specific
|
||||
// characters when converting between equivalent encodings).
|
||||
//
|
||||
// Convert() method is not limited to converting between
|
||||
|
Reference in New Issue
Block a user