You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @mikeblome ,
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR.
Many thanks in advance.
|`ES_NOHIDESEL`|Normally, an edit control hides the selection when the control loses the input focus and inverts the selection when the control receives the input focus. Specifying `ES_NOHIDESEL` deletes this default action.|
121
121
|`ES_NUMBER`|Allows only digits to be entered into the edit control.|
122
122
|`ES_OEMCONVERT`|Text entered in the edit control is converted from the ANSI character set to the OEM character set and then back to ANSI. This ensures proper character conversion when the application calls the `AnsiToOem` Windows function to convert an ANSI string in the edit control to OEM characters. This style is most useful for edit controls that contain filenames.|
123
-
|`ES_PASSWORD`|Displays all characters as an asterisk (**\***) as they are typed into the edit control. An application can use the `SetPasswordChar` member function to change the character that is displayed.|
123
+
|`ES_PASSWORD`|Displays all characters as an asterisk (**\\\***) as they are typed into the edit control. An application can use the `SetPasswordChar` member function to change the character that is displayed.|
124
124
|`ES_READONLY`|Prevents the user from entering or editing text in the edit control.|
125
125
|`ES_RIGHT`|Right-aligns text in a single-line or multiline edit control.|
126
126
|`ES_UPPERCASE`|Converts all characters to uppercase as they are typed into the edit control.|
0 commit comments