Check ascii casing in the candidate process (#254)
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Mon, 29 Jun 2020 21:51:32 +0000 (06:51 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Mon, 29 Jun 2020 21:51:32 +0000 (06:51 +0900)
commit5d804485223950ce1e82e3981cb51052335fc4e6
tree835128651b11e32c067c00f85f0931e4ffb45b33
parent009830460b3549afb8720a1b99a8dae4a58f3a25
Check ascii casing in the candidate process (#254)

If current culture's casing for ASCII is the same as invariant, it can take a fast path than calling out to the OS for culture-aware casing.
However, in certain languages, the "ascii casing check function" may be significantly slowed down.
To avoid that kind situation, call it in advance on the candidate process.
Managed/Tizen.Runtime/Preloader.cs