mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-15 01:32:51 -07:00
Update share output (#782)
* fix share bugs * PR feedback * PR feedback and merge fix * Fix spacing and use explicit break * Fix extra space
This commit is contained in:
parent
afc1b2146c
commit
b55659f236
8 changed files with 177 additions and 75 deletions
|
@ -430,6 +430,7 @@ namespace Utils
|
|||
void TrimFront(std::wstring& value);
|
||||
void TrimBack(std::wstring& value);
|
||||
|
||||
Platform::String ^ EscapeHtmlSpecialCharacters(Platform::String ^ originalString, std::shared_ptr<std::vector<wchar_t>> specialCharacters = nullptr);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue