diff options
author | B. Stack <bgstack15@gmail.com> | 2021-12-06 13:37:35 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-12-06 13:37:35 +0000 |
commit | f142f32c8d2b53f305cb72cb5953e3394d6a6243 (patch) | |
tree | 2999df8f80b28d0f7f60a84b7f75d613e280bba1 /zen/zstring.h | |
parent | Merge branch 'b11.14' into 'master' (diff) | |
parent | add upstream 11.15 (diff) | |
download | FreeFileSync-f142f32c8d2b53f305cb72cb5953e3394d6a6243.tar.gz FreeFileSync-f142f32c8d2b53f305cb72cb5953e3394d6a6243.tar.bz2 FreeFileSync-f142f32c8d2b53f305cb72cb5953e3394d6a6243.zip |
Merge branch 'b11.15' into 'master'11.15
add upstream 11.15
See merge request opensource-tracking/FreeFileSync!39
Diffstat (limited to 'zen/zstring.h')
-rw-r--r-- | zen/zstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zen/zstring.h b/zen/zstring.h index de90c324..1afebe58 100644 --- a/zen/zstring.h +++ b/zen/zstring.h @@ -136,9 +136,9 @@ Zstring getFileExtension(const Zstring& filePath) //common unicode characters -const wchar_t EM_DASH = L'\u2014'; const wchar_t EN_DASH = L'\u2013'; -const wchar_t* const SPACED_DASH = L" \u2013 "; //using 'EN DASH' +const wchar_t EM_DASH = L'\u2014'; +const wchar_t* const SPACED_DASH = L" \u2014 "; //using 'EM DASH' const wchar_t LTR_MARK = L'\u200E'; //UTF-8: E2 80 8E const wchar_t* const ELLIPSIS = L"\u2026"; //"..." const wchar_t MULT_SIGN = L'\u00D7'; //fancy "x" |